We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a994fe commit a6c24e9Copy full SHA for a6c24e9
ejb/remote/vendor/pom.xml
@@ -4,9 +4,13 @@
4
5
<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>
6
7
- <groupId>org.javaee7</groupId>
+ <parent>
8
+ <groupId>org.javaee7</groupId>
9
+ <artifactId>ejb-remote</artifactId>
10
+ <version>1.0-SNAPSHOT</version>
11
+ </parent>
12
+
13
<artifactId>ejb-remote-vendor</artifactId>
- <version>1.0-SNAPSHOT</version>
14
<packaging>pom</packaging>
15
16
<name>Java EE 7 Sample: ejb - remote - vendor</name>
0 commit comments