File tree Expand file tree Collapse file tree 11 files changed +67
-12
lines changed
org.hl7.fhir.validation.cli Expand file tree Collapse file tree 11 files changed +67
-12
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
31
31
<artifactId >org.hl7.fhir.utilities</artifactId >
32
32
</dependency >
33
33
34
+ <!-- JSON Parsers -->
35
+ <dependency >
36
+ <groupId >com.google.code.gson</groupId >
37
+ <artifactId >gson</artifactId >
38
+ <optional >true</optional >
39
+ </dependency >
40
+
34
41
<!-- FHIR Versions -->
35
42
<dependency >
36
43
<groupId >ca.uhn.hapi.fhir</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
44
44
<optional >true</optional >
45
45
</dependency >
46
46
47
+ <!-- JSON Parsers -->
48
+ <dependency >
49
+ <groupId >com.google.code.gson</groupId >
50
+ <artifactId >gson</artifactId >
51
+ <optional >true</optional >
52
+ </dependency >
53
+
47
54
<!-- Apache POI -->
48
55
<dependency >
49
56
<groupId >org.apache.poi</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
58
58
<optional >true</optional >
59
59
</dependency >
60
60
61
+ <!-- JSON Parsers -->
62
+ <dependency >
63
+ <groupId >com.google.code.gson</groupId >
64
+ <artifactId >gson</artifactId >
65
+ <optional >true</optional >
66
+ </dependency >
67
+
61
68
<!-- Apache POI -->
62
69
<dependency >
63
70
<groupId >org.apache.poi</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
44
44
<optional >true</optional >
45
45
</dependency >
46
46
47
+ <!-- JSON Parsers -->
48
+ <dependency >
49
+ <groupId >com.google.code.gson</groupId >
50
+ <artifactId >gson</artifactId >
51
+ <optional >true</optional >
52
+ </dependency >
53
+
47
54
<!-- Apache POI -->
48
55
<dependency >
49
56
<groupId >org.apache.poi</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
50
50
<optional >true</optional >
51
51
</dependency >
52
52
53
+ <!-- JSON Parsers -->
54
+ <dependency >
55
+ <groupId >com.google.code.gson</groupId >
56
+ <artifactId >gson</artifactId >
57
+ <optional >true</optional >
58
+ </dependency >
59
+
53
60
<!-- Apache POI -->
54
61
<dependency >
55
62
<groupId >org.apache.poi</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
50
50
<optional >true</optional >
51
51
</dependency >
52
52
53
+ <!-- JSON Parsers -->
54
+ <dependency >
55
+ <groupId >com.google.code.gson</groupId >
56
+ <artifactId >gson</artifactId >
57
+ <optional >true</optional >
58
+ </dependency >
59
+
53
60
<!-- Apache POI -->
54
61
<dependency >
55
62
<groupId >org.apache.poi</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
43
43
<optional >true</optional >
44
44
</dependency >
45
45
46
+ <!-- JSON Utilities -->
47
+ <dependency >
48
+ <groupId >com.google.code.gson</groupId >
49
+ <artifactId >gson</artifactId >
50
+ <optional >true</optional >
51
+ </dependency >
52
+
46
53
<!-- XML Utilities -->
47
54
<dependency >
48
55
<groupId >net.sf.saxon</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >ca.uhn.hapi.fhir</groupId >
7
7
<artifactId >org.hl7.fhir.core</artifactId >
8
- <version >4.2.30-SNAPSHOT </version >
8
+ <version >5.0.0 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
81
81
<artifactId >xpp3_xpath</artifactId >
82
82
</dependency >
83
83
84
+ <!-- JSON Utilities -->
85
+ <dependency >
86
+ <groupId >com.google.code.gson</groupId >
87
+ <artifactId >gson</artifactId >
88
+ </dependency >
89
+
84
90
<!-- JSON Schema -->
85
91
<dependency >
86
92
<groupId >org.everit.json</groupId >
You can’t perform that action at this time.
0 commit comments