File tree 4 files changed +9
-29
lines changed
4 files changed +9
-29
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
- < modelVersion >4.0.0</ modelVersion >
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" > < modelVersion >4.0.0</ modelVersion >
3
+
4
4
<parent >
5
5
<groupId >org.javaee8</groupId >
6
6
<artifactId >json-p</artifactId >
7
7
<version >1.0-SNAPSHOT</version >
8
8
</parent >
9
- < groupId >org.javaee8.jsonp</ groupId >
9
+
10
10
<artifactId >merge</artifactId >
11
- <packaging >jar</packaging >
12
11
<name >Java EE 8 Samples: JSON-P - Merge</name >
13
12
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
- < modelVersion >4.0.0</ modelVersion >
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" > < modelVersion >4.0.0</ modelVersion >
3
+
4
4
<parent >
5
5
<groupId >org.javaee8</groupId >
6
6
<artifactId >json-p</artifactId >
7
7
<version >1.0-SNAPSHOT</version >
8
8
</parent >
9
- < groupId >org.javaee8.jsonp</ groupId >
9
+
10
10
<artifactId >patch</artifactId >
11
- <packaging >jar</packaging >
12
11
<name >Java EE 8 Samples: JSON-P - Patch</name >
13
12
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
- < modelVersion >4.0.0</ modelVersion >
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" > < modelVersion >4.0.0</ modelVersion >
3
+
4
4
<parent >
5
5
<groupId >org.javaee8</groupId >
6
6
<artifactId >json-p</artifactId >
7
7
<version >1.0-SNAPSHOT</version >
8
8
</parent >
9
- < groupId >org.javaee8.jsonp</ groupId >
9
+
10
10
<artifactId >pointer</artifactId >
11
- <packaging >jar</packaging >
12
11
<name >Java EE 8 Samples: JSON-P - Pointer</name >
13
12
</project >
Original file line number Diff line number Diff line change 17
17
<module >merge</module >
18
18
</modules >
19
19
20
- <properties >
21
- <json .version>1.1</json .version>
22
- </properties >
23
-
24
20
<dependencies >
25
21
<dependency >
26
22
<groupId >org.javaee8</groupId >
27
23
<artifactId >test-utils</artifactId >
28
24
<version >${project.version} </version >
29
25
</dependency >
30
- <dependency >
31
- <groupId >javax.json</groupId >
32
- <artifactId >javax.json-api</artifactId >
33
- <version >${json.version} </version >
34
- <scope >provided</scope >
35
- </dependency >
36
-
37
- <dependency >
38
- <groupId >org.glassfish</groupId >
39
- <artifactId >javax.json</artifactId >
40
- <version >${json.version} </version >
41
- <scope >provided</scope >
42
- </dependency >
43
26
</dependencies >
44
27
45
28
</project >
You can’t perform that action at this time.
0 commit comments