File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<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" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
5- <groupId >org.javaee7</groupId >
6- <artifactId >jaxrs</artifactId >
5+ <groupId >org.javaee7.jaxrs </groupId >
6+ <artifactId >jaxrs-samples </artifactId >
77 <version >1.0-SNAPSHOT</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
11- <groupId >org.javaee7</groupId >
12- <artifactId >jaxrs- moxy</artifactId >
11+ <groupId >org.javaee7.jaxrs </groupId >
12+ <artifactId >moxy</artifactId >
1313 <version >1.0-SNAPSHOT</version >
1414 <packaging >war</packaging >
15- <name >Java EE 7 Sample: jaxrs - moxy</name >
1615
1716 <dependencies >
1817 <dependency >
2524 </dependencies >
2625
2726</project >
28-
You can’t perform that action at this time.
0 commit comments