This is now fixed. Thanks for pointing it out.
On 11/16/11 6:23 AM, Pavel Bucek wrote:
> Hello,
>
> I've noticed that PaaS console webapp pom declares following dependency:
>
> <dependency>
> <groupId>com.sun.jersey</groupId>
> <artifactId>jersey-client</artifactId>
> <version>1.8</version>
> <scope>provided</scope>
> </dependency>
>
> My question: Shouldn't it use property ${jersey.version} declared in
> parent pom? I don't think we want to have "unmanaged" dependencies on
> projects we already use somewhere else in gf workspace..
>
> Pavel