Skip to content

Commit d2583a0

Browse files
authored
JAVA-31843: Uncomment java-ee-8-security-api (eugenp#16748)
1 parent 4881140 commit d2583a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security-modules/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>security-modules</artifactId>
77
<name>security-modules</name>
@@ -17,7 +17,7 @@
1717
<module>apache-shiro</module>
1818
<module>cas</module>
1919
<module>cloud-foundry-uaa</module>
20-
<!-- <module>java-ee-8-security-api</module>--> <!--JAVA-31843-->
20+
<module>java-ee-8-security-api</module>
2121
<module>jee-7-security</module>
2222
<module>jjwt</module>
2323
<module>jwt</module>

0 commit comments

Comments
 (0)