|
58 | 58 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
59 | 59 | <!-- version properties --> |
60 | 60 | <avro.version>1.7.7</avro.version> |
61 | | - <cdap.version>6.8.0-SNAPSHOT</cdap.version> |
| 61 | + <cdap.version>6.8.0</cdap.version> |
62 | 62 | <junit.version>4.12</junit.version> |
63 | 63 | <commons.io.version>2.6</commons.io.version> |
64 | 64 | <commons.lang.version>2.6</commons.lang.version> |
65 | | - <hadoop.version>2.3.0</hadoop.version> |
| 65 | + <hadoop.version>2.10.2</hadoop.version> |
66 | 66 | <spark2.version>2.1.3</spark2.version> |
67 | | - <hydrator.version>2.10.0-SNAPSHOT</hydrator.version> |
| 67 | + <hydrator.version>2.10.0</hydrator.version> |
68 | 68 | <commons.version>3.8.1</commons.version> |
69 | 69 | <salesforce.api.version>53.0.0</salesforce.api.version> |
70 | 70 | <cometd.java.client.version>4.0.0</cometd.java.client.version> |
|
374 | 374 | <groupId>org.apache.hbase</groupId> |
375 | 375 | <artifactId>hbase-common</artifactId> |
376 | 376 | </exclusion> |
| 377 | + <exclusion> |
| 378 | + <groupId>log4j</groupId> |
| 379 | + <artifactId>log4j</artifactId> |
| 380 | + </exclusion> |
377 | 381 | </exclusions> |
378 | 382 | <scope>test</scope> |
379 | 383 | </dependency> |
|
503 | 507 | Plugins use the new macro substitution that supports object, which is introduced in 6.4.0. |
504 | 508 | The cdap API version that this project depends on is still 6.2.0 since there is no new API needed. |
505 | 509 | --> |
506 | | - <parent>system:cdap-data-pipeline[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent> |
507 | | - <parent>system:cdap-data-streams[6.8.0-SNAPSHOT,7.0.0-SNAPSHOT)</parent> |
| 510 | + <parent>system:cdap-data-pipeline[6.8.0,7.0.0-SNAPSHOT)</parent> |
| 511 | + <parent>system:cdap-data-streams[6.8.0,7.0.0-SNAPSHOT)</parent> |
508 | 512 | </cdapArtifacts> |
509 | 513 | </configuration> |
510 | 514 | <executions> |
|
779 | 783 | <dependency> |
780 | 784 | <groupId>io.cdap.tests.e2e</groupId> |
781 | 785 | <artifactId>cdap-e2e-framework</artifactId> |
782 | | - <version>0.0.1-SNAPSHOT</version> |
| 786 | + <version>0.1.0-SNAPSHOT</version> |
783 | 787 | <scope>test</scope> |
784 | 788 | </dependency> |
785 | 789 | </dependencies> |
|
0 commit comments