<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-core</artifactId>
<version>1.1.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.osgi', module='spring-osgi-core', version='1.1.2')
)
<parent> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi</artifactId> <version>1.1.2</version> </parent>
compile
|-- org.springframework.osgi:spring-osgi-io
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
provided
|-- org.springframework:spring-test
|-- org.aopalliance:com.springsource.org.aopalliance
|-- org.osgi:osgi_R4_compendium
|-- edu.emory.mathcs.backport:com.springsource.edu.emory.mathcs.backport:3.1.0
test
|-- org.springframework.osgi:spring-osgi-mock