emr_demo
Diff Revisions
2
vs
4
for /web_emr - Copy/pom.xml
|
@@ -59,6 +59,17 @@ |
59 |
59 |
|
<version>2.3.0</version> |
60 |
60 |
|
</dependency> |
61 |
61 |
|
<dependency> |
|
62 |
+ |
<groupId>com.fasterxml.jackson.core</groupId> |
|
63 |
+ |
<artifactId>jackson-core</artifactId> |
|
64 |
+ |
<version>2.9.0</version> |
|
65 |
+ |
</dependency> |
|
66 |
+ |
<!-- Jackson databinding; ObjectMapper, JsonNode and related classes are here --> |
|
67 |
+ |
<dependency> |
|
68 |
+ |
<groupId>com.fasterxml.jackson.core</groupId> |
|
69 |
+ |
<artifactId>jackson-databind</artifactId> |
|
70 |
+ |
<version>2.9.0</version> |
|
71 |
+ |
</dependency> |
|
72 |
+ |
<dependency> |
62 |
73 |
|
<groupId>org.springframework.boot</groupId> |
63 |
74 |
|
<artifactId>spring-boot-starter-data-jpa</artifactId> |
64 |
75 |
|
</dependency> |