Skip to content

Commit f400379

Browse files
committed
Adding JsonNodes to tcp and tp
1 parent b7dd799 commit f400379

File tree

3 files changed

+590
-24
lines changed

3 files changed

+590
-24
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
<artifactId>jackson-annotations</artifactId>
113113
<version>2.4.1</version>
114114
</dependency>
115+
<dependency>
116+
<groupId>com.fasterxml.jackson.core</groupId>
117+
<artifactId>jackson-databind</artifactId>
118+
<version>2.4.1</version>
119+
</dependency>
115120
<dependency>
116121
<groupId>junit</groupId>
117122
<artifactId>junit</artifactId>
@@ -142,13 +147,6 @@
142147
<version>${powermock.version}</version>
143148
<scope>test</scope>
144149
</dependency>
145-
<dependency>
146-
<groupId>com.fasterxml.jackson.core</groupId>
147-
<artifactId>jackson-databind</artifactId>
148-
<version>2.4.1</version>
149-
<scope>test</scope>
150-
<type>jar</type>
151-
</dependency>
152150
<dependency>
153151
<groupId>commons-io</groupId>
154152
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)