File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >org.javaee7.jaxrs </groupId >
6
- <artifactId >jaxrs-samples </artifactId >
5
+ <groupId >org.javaee7</groupId >
6
+ <artifactId >jaxrs</artifactId >
7
7
<version >1.0-SNAPSHOT</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
11
- <groupId >org.javaee7.jaxrs </groupId >
12
- <artifactId >moxy</artifactId >
11
+ <groupId >org.javaee7</groupId >
12
+ <artifactId >jaxrs- moxy</artifactId >
13
13
<version >1.0-SNAPSHOT</version >
14
14
<packaging >war</packaging >
15
+ <name >Java EE 7 Sample: jaxrs - moxy</name >
15
16
16
17
<dependencies >
17
18
<dependency >
24
25
</dependencies >
25
26
26
27
</project >
28
+
You can’t perform that action at this time.
0 commit comments