<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>spring-osgi-core</artifactId>
<version>1.2.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.osgi', module='spring-osgi-core', version='1.2.1')
)
<parent> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi</artifactId> <version>1.2.1</version> </parent>
compile
|-- org.springframework.osgi:spring-osgi-io
|-- org.springframework:org.springframework.aop
|-- org.springframework:org.springframework.beans
|-- org.springframework:org.springframework.context
|-- org.springframework:org.springframework.core
provided
|-- org.springframework:org.springframework.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