Hi,
There seems to be a problem with the web mudules and maven.
I updated my pom.xml to reference the 1.2.1 version, but it fails to resolve the org.springframework.osgi.web and org.springframework.osgi.web.extender artifacts from the http://repository.springsource.com/m...undles/release repository
HTML Code:
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>org.springframework.osgi.web</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework.osgi</groupId>
<artifactId>org.springframework.osgi.web.extender</artifactId>
<version>1.2.1</version>
</dependency>
Cheers.