Issue #23507 Removed unused profile from hk2-config

- jdk 1.5 is not supported any more
diff --git a/nucleus/hk2/hk2-config/pom.xml b/nucleus/hk2/hk2-config/pom.xml
index 8ccb1a0..72c5fa8 100644
--- a/nucleus/hk2/hk2-config/pom.xml
+++ b/nucleus/hk2/hk2-config/pom.xml
@@ -146,25 +146,6 @@
 
     <profiles>
         <profile>
-            <id>jdk5</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <jdk>1.5</jdk>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>woodstox</groupId>
-                    <artifactId>wstx-asl</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>javax.xml.stream</groupId>
-                    <artifactId>stax-api</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-        <profile>
             <id>findbugs</id>
             <activation>
                 <activeByDefault>false</activeByDefault>