Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You should configure the project pom.xml and

1.x Dependencies

 

2.xDependencies x Dependencies

<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
<version>1.6-SNAPSHOT</version>
</dependency>

===>

<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>

The following core modules are not ported yet :

...

  • some policies

The following modules are deprecated :

  • host-embedded
    • use the new Node APIs

Converting Composites and other SCA XML Artifacts

Generating OSGi Manifest

Configure pom to use Apache Felix maven-bundle-plugin

...