File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
ejb/remote/vendor/payara-glassfish Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments