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