<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.shell.osgi</artifactId>
<version>2.0.0.M1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.springframework.roo" % "org.springframework.roo.shell.osgi" % "2.0.0.M1"
@Grapes(
@Grab(group='org.springframework.roo', module='org.springframework.roo.shell.osgi', version='2.0.0.M1')
)
<dependency org="org.springframework.roo" name="org.springframework.roo.shell.osgi" rev="2.0.0.M1" />
<parent> <groupId>org.springframework.roo</groupId> <artifactId>org.springframework.roo.osgi.bundle</artifactId> <version>2.0.0.M1</version> </parent>
compile
|-- org.osgi:org.osgi.compendium
|-- org.apache.felix:org.apache.felix.scr.annotations