Skip to content

Commit 1855d37

Browse files
authored
Merge branch 'master' into PAYARA-3484
2 parents ef22b28 + 93b0e5e commit 1855d37

File tree

5 files changed

+32
-26
lines changed

5 files changed

+32
-26
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>

ejb/remote/vendor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<artifactId>ejb-remote-vendor</artifactId>
1515
<packaging>pom</packaging>
16-
16+
1717
<name>Java EE 7 Sample: ejb - remote - vendor</name>
1818

1919
<profiles>

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)