Skip to content

Commit 9838910

Browse files
committed
GlassFish client (for remote EJB) now a setting
Signed-off-by: arjantijms <arjan.tijms@gmail.com>
1 parent daf9f87 commit 9838910

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ejb/remote/vendor/payara-glassfish/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
66

7-
<properties>
8-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
10-
<maven.compiler.source>1.7</maven.compiler.source>
11-
<maven.compiler.target>1.7</maven.compiler.target>
12-
</properties>
7+
<parent>
8+
<groupId>org.javaee7</groupId>
9+
<artifactId>ejb-remote</artifactId>
10+
<version>1.0-SNAPSHOT</version>
11+
</parent>
1312

1413
<groupId>org.javaee7.ejb.remote.vendor</groupId>
1514
<artifactId>ejb.remote.vendor.payara-glassfish</artifactId>
@@ -26,7 +25,7 @@
2625
<dependency>
2726
<groupId>org.glassfish.main.appclient</groupId>
2827
<artifactId>gf-client</artifactId>
29-
<version>5.0</version>
28+
<version>${glassfish.client.version}</version>
3029
</dependency>
3130
</dependencies>
3231
</project>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<payara.version>4.1.2.181</payara.version>
3636
<payara_domain>payaradomain</payara_domain>
3737
<payara.micro.version>5.182</payara.micro.version>
38+
<glassfish.client.version>5.0</glassfish.client.version> <!-- For remote EJB for Payara and Glassfish -->
3839
<glassfish.version>4.1.1</glassfish.version>
3940
<liberty.version>16.0.0.4</liberty.version>
4041
<wildfly.version>13.0.0.Final</wildfly.version>

0 commit comments

Comments
 (0)