Java Security and management should not have been removed
diff --git a/pom.xml b/pom.xml
index dbb6f49..1017371 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1013,11 +1013,11 @@
       <classifier>sources</classifier>
       <optional>true</optional>
     </dependency>
+    -->
     <dependency>
       <groupId>jakarta.security.enterprise</groupId>
       <artifactId>jakarta.security.enterprise-api</artifactId>
     </dependency>
-    -->
     <dependency>
       <groupId>jakarta.security.enterprise</groupId>
       <artifactId>jakarta.security.enterprise-api</artifactId>
@@ -1184,6 +1184,20 @@
 
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+      <version>${geronimo-j2ee-management_1.1_spec.version}</version>
+      <classifier>sources</classifier>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+      <version>${geronimo-j2ee-management_1.1_spec.version}</version>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jaxr_1.0_spec</artifactId>
       <version>${geronimo-jaxr_1.0_spec.version}</version>
       <classifier>sources</classifier>