Skip to content

Commit 6a994fe

Browse files
committed
Formatting & Cleanup
1 parent 6188352 commit 6a994fe

File tree

4 files changed

+31
-25
lines changed

4 files changed

+31
-25
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE glassfish-ejb-jar PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 EJB 3.1//EN" "http://glassfish.org/dtds/glassfish-ejb-jar_3_1-1.dtd">
33
<glassfish-ejb-jar>
4-
<enterprise-beans>
5-
<ejb>
6-
<ejb-name>Bean</ejb-name>
7-
<ior-security-config>
8-
<transport-config>
9-
<integrity>REQUIRED</integrity>
10-
<confidentiality>REQUIRED</confidentiality>
11-
<establish-trust-in-target>SUPPORTED</establish-trust-in-target>
12-
<establish-trust-in-client>SUPPORTED</establish-trust-in-client>
13-
</transport-config>
14-
<as-context>
15-
<auth-method>USERNAME_PASSWORD</auth-method>
16-
<realm>default</realm>
17-
<required>true</required>
18-
</as-context>
19-
<sas-context>
20-
<caller-propagation>REQUIRED</caller-propagation>
21-
</sas-context>
22-
</ior-security-config>
23-
</ejb>
24-
</enterprise-beans>
4+
<enterprise-beans>
5+
<ejb>
6+
<ejb-name>Bean</ejb-name>
7+
<ior-security-config>
8+
<transport-config>
9+
<integrity>REQUIRED</integrity>
10+
<confidentiality>REQUIRED</confidentiality>
11+
<establish-trust-in-target>SUPPORTED</establish-trust-in-target>
12+
<establish-trust-in-client>SUPPORTED</establish-trust-in-client>
13+
</transport-config>
14+
<as-context>
15+
<auth-method>USERNAME_PASSWORD</auth-method>
16+
<realm>default</realm>
17+
<required>true</required>
18+
</as-context>
19+
<sas-context>
20+
<caller-propagation>REQUIRED</caller-propagation>
21+
</sas-context>
22+
</ior-security-config>
23+
</ejb>
24+
</enterprise-beans>
2525
</glassfish-ejb-jar>

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@
133133
<version>1.0.Beta3-m1</version>
134134
<scope>test</scope>
135135
</dependency>
136+
<dependency>
137+
<groupId>org.bouncycastle</groupId>
138+
<artifactId>bcprov-jdk15on</artifactId>
139+
<version>1.59</version>
140+
</dependency>
141+
<dependency>
142+
<groupId>org.bouncycastle</groupId>
143+
<artifactId>bcpkix-jdk15on</artifactId>
144+
<version>1.59</version>
145+
</dependency>
136146
</dependencies>
137147
</dependencyManagement>
138148

servlet/security-clientcert-jce/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
<dependency>
1919
<groupId>org.bouncycastle</groupId>
2020
<artifactId>bcprov-jdk15on</artifactId>
21-
<version>1.59</version>
2221
</dependency>
2322

2423
<dependency>
2524
<groupId>org.bouncycastle</groupId>
2625
<artifactId>bcpkix-jdk15on</artifactId>
27-
<version>1.59</version>
2826
</dependency>
2927
</dependencies>
3028

servlet/security-clientcert/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
<dependency>
1919
<groupId>org.bouncycastle</groupId>
2020
<artifactId>bcprov-jdk15on</artifactId>
21-
<version>1.59</version>
2221
</dependency>
2322

2423
<dependency>
2524
<groupId>org.bouncycastle</groupId>
2625
<artifactId>bcpkix-jdk15on</artifactId>
27-
<version>1.59</version>
2826
</dependency>
2927
</dependencies>
3028

0 commit comments

Comments
 (0)