|
34 | 34 |
|
35 | 35 | <properties>
|
36 | 36 | <!-- properties for script build step that creates the config files for the artifacts -->
|
37 |
| - <data.pipeline.parent>system:cdap-data-pipeline[6.9.2-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent> |
38 |
| - <data.stream.parent>system:cdap-data-streams[6.9.2-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent> |
39 |
| - <cdap.version>6.8.0</cdap.version> |
40 |
| - <hydrator.version>2.10.0</hydrator.version> |
41 |
| - <hadoop.version>2.3.0</hadoop.version> |
| 37 | + <data.pipeline.parent>system:cdap-data-pipeline[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.pipeline.parent> |
| 38 | + <data.stream.parent>system:cdap-data-streams[6.11.0-SNAPSHOT,7.0.0-SNAPSHOT)</data.stream.parent> |
| 39 | + <cdap.version>6.11.0-SNAPSHOT</cdap.version> |
| 40 | + <hydrator.version>2.13.0-SNAPSHOT</hydrator.version> |
| 41 | + <hadoop.version>3.3.6</hadoop.version> |
42 | 42 | <mockftp.version>2.6</mockftp.version>
|
43 | 43 | <junit.version>4.11</junit.version>
|
44 | 44 | <mockito.version>2.24.0</mockito.version>
|
45 | 45 | <guava.version>13.0.1</guava.version>
|
| 46 | + <jackson.version>2.13.0</jackson.version> |
46 | 47 | <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
|
47 | 48 | </properties>
|
48 | 49 |
|
49 |
| - <pluginRepositories> |
50 |
| - <pluginRepository> |
| 50 | + <repositories> |
| 51 | + <repository> |
51 | 52 | <id>sonatype</id>
|
52 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
53 |
| - </pluginRepository> |
54 |
| - </pluginRepositories> |
| 53 | + <url>https://oss.sonatype.org/content/groups/public</url> |
| 54 | + <releases> |
| 55 | + <enabled>true</enabled> |
| 56 | + </releases> |
| 57 | + <snapshots> |
| 58 | + <enabled>false</enabled> |
| 59 | + </snapshots> |
| 60 | + </repository> |
| 61 | + <repository> |
| 62 | + <id>sonatype-snapshots</id> |
| 63 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 64 | + <releases> |
| 65 | + <enabled>false</enabled> |
| 66 | + </releases> |
| 67 | + <snapshots> |
| 68 | + <enabled>true</enabled> |
| 69 | + </snapshots> |
| 70 | + </repository> |
| 71 | + </repositories> |
55 | 72 |
|
56 | 73 | <dependencies>
|
57 | 74 | <dependency>
|
|
96 | 113 | </dependency>
|
97 | 114 | <dependency>
|
98 | 115 | <groupId>io.cdap.cdap</groupId>
|
99 |
| - <artifactId>cdap-data-pipeline2_2.11</artifactId> |
| 116 | + <artifactId>cdap-data-pipeline3_2.12</artifactId> |
100 | 117 | <version>${cdap.version}</version>
|
101 | 118 | <scope>test</scope>
|
102 | 119 | </dependency>
|
|
118 | 135 | </exclusion>
|
119 | 136 | </exclusions>
|
120 | 137 | </dependency>
|
| 138 | + <dependency> |
| 139 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 140 | + <artifactId>jackson-databind</artifactId> |
| 141 | + <version>${jackson.version}</version> |
| 142 | + <scope>test</scope> |
| 143 | + </dependency> |
121 | 144 | <dependency>
|
122 | 145 | <groupId>org.apache.hadoop</groupId>
|
123 | 146 | <artifactId>hadoop-minicluster</artifactId>
|
|
267 | 290 | </dependency>
|
268 | 291 | <dependency>
|
269 | 292 | <groupId>io.cdap.cdap</groupId>
|
270 |
| - <artifactId>cdap-data-pipeline2_2.11</artifactId> |
| 293 | + <artifactId>cdap-data-pipeline3_2.12</artifactId> |
271 | 294 | <version>${cdap.version}</version>
|
272 | 295 | <scope>test</scope>
|
273 | 296 | </dependency>
|
|
297 | 320 | <artifactId>format-text</artifactId>
|
298 | 321 | <version>${hydrator.version}</version>
|
299 | 322 | </dependency>
|
300 |
| - <dependency> |
301 |
| - <groupId>io.cdap.cdap</groupId> |
302 |
| - <artifactId>cdap-explore</artifactId> |
303 |
| - <version>${cdap.version}</version> |
304 |
| - <scope>test</scope> |
305 |
| - <exclusions> |
306 |
| - <exclusion> |
307 |
| - <groupId>io.cdap.cdap</groupId> |
308 |
| - <artifactId>cdap-unit-test</artifactId> |
309 |
| - </exclusion> |
310 |
| - </exclusions> |
311 |
| - </dependency> |
312 | 323 | </dependencies>
|
313 | 324 | <build>
|
314 | 325 | <plugins>
|
|
0 commit comments