|
81 | 81 | <data.stream.parent>system:cdap-data-streams[6.8.0-SNAPSHOT, 7.0.0-SNAPSHOT)</data.stream.parent>
|
82 | 82 | <hadoop.version>2.10.2</hadoop.version>
|
83 | 83 | <aws.sdk.version>1.11.133</aws.sdk.version>
|
| 84 | + <jackson.version>2.12.7.1</jackson.version> |
| 85 | + <commons.logging.version>1.2</commons.logging.version> |
| 86 | + <commons.httpcomponents.version>4.5.13</commons.httpcomponents.version> |
84 | 87 | <main.basedir>${project.basedir}</main.basedir>
|
85 | 88 | </properties>
|
86 | 89 |
|
|
260 | 263 | </exclusion>
|
261 | 264 | </exclusions>
|
262 | 265 | </dependency>
|
| 266 | + <dependency> |
| 267 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 268 | + <artifactId>jackson-databind</artifactId> |
| 269 | + <version>${jackson.version}</version> |
| 270 | + </dependency> |
| 271 | + <dependency> |
| 272 | + <groupId>commons-logging</groupId> |
| 273 | + <artifactId>commons-logging</artifactId> |
| 274 | + <version>${commons.logging.version}</version> |
| 275 | + </dependency> |
| 276 | + <dependency> |
| 277 | + <groupId>org.apache.httpcomponents</groupId> |
| 278 | + <artifactId>httpclient</artifactId> |
| 279 | + <version>${commons.httpcomponents.version}</version> |
| 280 | + </dependency> |
263 | 281 | </dependencies>
|
264 | 282 |
|
265 | 283 | <build>
|
|
278 | 296 | <plugin>
|
279 | 297 | <groupId>org.apache.felix</groupId>
|
280 | 298 | <artifactId>maven-bundle-plugin</artifactId>
|
281 |
| - <version>2.5.4</version> |
| 299 | + <version>3.5.0</version> |
282 | 300 | <extensions>true</extensions>
|
283 | 301 | <configuration>
|
284 | 302 | <instructions>
|
|
458 | 476 | <plugin>
|
459 | 477 | <groupId>org.apache.felix</groupId>
|
460 | 478 | <artifactId>maven-bundle-plugin</artifactId>
|
461 |
| - <version>3.5.0</version> |
| 479 | + <version>3.5.1</version> |
462 | 480 | <extensions>true</extensions>
|
463 | 481 | <configuration>
|
464 | 482 | <instructions>
|
|
0 commit comments