Updated versions of dependencies to just released GF 5.1.0-RC2 (#4037)

* Updated dependencies on GF 5.1.0-RC2

Signed-off-by: Jan Supol <jan.supol@oracle.com>
diff --git a/containers/glassfish/jersey-gf-ejb/pom.xml b/containers/glassfish/jersey-gf-ejb/pom.xml
index b3eed5e..04d0e7a8 100644
--- a/containers/glassfish/jersey-gf-ejb/pom.xml
+++ b/containers/glassfish/jersey-gf-ejb/pom.xml
@@ -73,7 +73,7 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.glassfish.hk2</groupId>
+            <groupId>org.glassfish.main.hk2</groupId>
             <artifactId>hk2-config</artifactId>
             <optional>true</optional>
         </dependency>
diff --git a/pom.xml b/pom.xml
index 92390c7..37fa13f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1483,7 +1483,7 @@
                 <version>1.0.1</version>
             </dependency>
             <dependency>
-                <groupId>org.glassfish.hk2</groupId>
+                <groupId>org.glassfish.main.hk2</groupId>
                 <artifactId>hk2-config</artifactId>
                 <version>${hk2.config.version}</version>
             </dependency>
@@ -2017,7 +2017,7 @@
         <checkstyle.version>6.8.1</checkstyle.version>
         <easymock.version>3.3</easymock.version>
         <ejb.version>3.2.5</ejb.version>
-        <gf.impl.version>5.0</gf.impl.version>
+        <gf.impl.version>5.1.0-RC2</gf.impl.version>
         <fasterxml.classmate.version>1.3.3</fasterxml.classmate.version>
         <findbugs.glassfish.version>1.7</findbugs.glassfish.version>
         <findbugs.version>3.0.3</findbugs.version>
@@ -2030,13 +2030,12 @@
         <hamcrest.version>1.3</hamcrest.version>
         <xmlunit.version>1.6</xmlunit.version>
         <hk2.version>2.5.0</hk2.version>
-        <hk2.config.version>2.5.0-b56</hk2.config.version>
+        <hk2.config.version>5.1.0-RC2</hk2.config.version>
         <httpclient.version>4.5</httpclient.version> <!-- TODO: 4.5.2 doesn't work; apache client connector tests -->
         <jackson.version>2.9.8</jackson.version>
         <jackson1.version>1.9.13</jackson1.version>
         <javassist.version>3.22.0-GA</javassist.version>
         <javax.annotation.version>1.3.4</javax.annotation.version>
-        <javax.annotation.bundle.version>1.3.2</javax.annotation.bundle.version>
         <javax.el.version>3.0.2</javax.el.version>
         <javax.el.impl.version>3.0.2</javax.el.impl.version>
         <javax.interceptor.version>1.2.4</javax.interceptor.version>