File tree Expand file tree Collapse file tree 3 files changed +13
-14
lines changed
Expand file tree Collapse file tree 3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <!-- Copyright Payara Services Limited -->
4-
52<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 >
63
74 <parent >
2017 <id >payara-ci-managed</id >
2118 <dependencies >
2219 <dependency >
23- <groupId >org.javaee7.ejb.remote</groupId >
24- <artifactId >ejb.remote.payara-glassfish</artifactId >
20+ <groupId >org.javaee7.ejb.remote.vendor </groupId >
21+ <artifactId >ejb.remote.vendor. payara-glassfish</artifactId >
2522 <version >1.0-SNAPSHOT</version >
2623 </dependency >
2724 </dependencies >
3128 <id >payara-remote</id >
3229 <dependencies >
3330 <dependency >
34- <groupId >org.javaee7.ejb.remote</groupId >
35- <artifactId >ejb.remote.payara-glassfish</artifactId >
31+ <groupId >org.javaee7.ejb.remote.vendor </groupId >
32+ <artifactId >ejb.remote.vendor. payara-glassfish</artifactId >
3633 <version >1.0-SNAPSHOT</version >
3734 </dependency >
3835 </dependencies >
3936 </profile >
4037
4138 <profile >
39+ <id >glassfish-remote</id >
4240 <dependencies >
4341 <dependency >
44- <groupId >org.javaee7.ejb.remote</groupId >
45- <artifactId >ejb.remote.payara-glassfish</artifactId >
42+ <groupId >org.javaee7.ejb.remote.vendor </groupId >
43+ <artifactId >ejb.remote.vendor. payara-glassfish</artifactId >
4644 <version >1.0-SNAPSHOT</version >
4745 </dependency >
4846 </dependencies >
4947 </profile >
5048 </profiles >
49+
5150
5251</project >
Original file line number Diff line number Diff line change 1111 <maven .compiler.target>1.7</maven .compiler.target>
1212 </properties >
1313
14- <groupId >org.javaee7.ejb.remote</groupId >
15- <artifactId >ejb.remote.payara-glassfish</artifactId >
14+ <groupId >org.javaee7.ejb.remote.vendor </groupId >
15+ <artifactId >ejb.remote.vendor. payara-glassfish</artifactId >
1616 <version >1.0-SNAPSHOT</version >
1717
18- <name >Java EE 7 Sample: EJB - remote - vendor - Payara and GlassFish Remote EJB Provider</name >
18+ <name >Java EE 7 Sample: ejb - remote - vendor - Payara and GlassFish Remote EJB Provider</name >
1919
2020 <dependencies >
2121 <dependency >
Original file line number Diff line number Diff line change 66
77 <parent >
88 <groupId >org.javaee7</groupId >
9- <artifactId >ejb</artifactId >
9+ <artifactId >ejb-remote </artifactId >
1010 <version >1.0-SNAPSHOT</version >
1111 </parent >
1212
13- <artifactId >remote</artifactId >
13+ <artifactId >ejb- remote-vendor </artifactId >
1414 <packaging >pom</packaging >
1515
1616 <name >Java EE 7 Sample: ejb - remote - vendor</name >
You can’t perform that action at this time.
0 commit comments