Hi all,
I would like to start migrate from Gz 1.9 to Gz 2.x.
I currently use the OSGi version of Gz 1.9, this dependency :
<dependency>
<groupId>com.sun.grizzly.osgi</groupId>
<artifactId>grizzly-httpservice-bundle</artifactId>
<version>1.9.35</version>
</dependency>
That expose the OSGi http standard service.
What would be the dependency to use (if any) for Gz 2.x ?
Thanks for your help
David