File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,6 @@ console_app/FfCsv2Cql/CsvToCql_test2.csv
46
46
nifi /cql-processor /nifi-cql-processors /test-properties-private.json
47
47
/nifi /cql-processor /nifi-cql-api /target
48
48
/nifi /cql-processor /nifi-cql /target
49
+ /nifi /cql-processor /nifi-cql-processors /target
50
+ /nifi /cql-processor /nifi-cql-nar /target
51
+ /nifi /cql-processor /target
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ docker network create testnet
4
+ docker pull apache/nifi:2.4.0
5
+ docker run --name nifi -p 8443:8443 -d --network testnet -e SINGLE_USER_CREDENTIALS_USERNAME=test -e SINGLE_USER_CREDENTIALS_PASSWORD=testUserXNifiv2 apache/nifi:2.4.0
Original file line number Diff line number Diff line change 42
42
<dependency >
43
43
<groupId >org.apache.nifi</groupId >
44
44
<artifactId >nifi-standard-services-api-nar</artifactId >
45
- <version >2.3 .0</version >
45
+ <version >2.4 .0</version >
46
46
<type >nar</type >
47
47
</dependency >
48
48
</dependencies >
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >org.apache.nifi</groupId >
73
73
<artifactId >nifi-utils</artifactId >
74
- <version >2.3 .0</version >
74
+ <version >2.4 .0</version >
75
75
</dependency >
76
76
<dependency >
77
77
<groupId >org.apache.nifi</groupId >
78
78
<artifactId >nifi-mock</artifactId >
79
- <version >2.3 .0</version >
79
+ <version >2.4 .0</version >
80
80
<scope >test</scope >
81
81
</dependency >
82
82
<dependency >
Original file line number Diff line number Diff line change 54
54
<dependency >
55
55
<groupId >org.apache.nifi</groupId >
56
56
<artifactId >nifi-ssl-context-service-api</artifactId >
57
- <version >2.3 .0</version >
57
+ <version >2.4 .0</version >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >org.apache.nifi</groupId >
61
61
<artifactId >nifi-utils</artifactId >
62
- <version >2.3 .0</version >
62
+ <version >2.4 .0</version >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >org.apache.nifi</groupId >
Original file line number Diff line number Diff line change 19
19
<parent >
20
20
<groupId >org.apache.nifi</groupId >
21
21
<artifactId >nifi-extension-bundles</artifactId >
22
- <version >2.3 .0</version >
22
+ <version >2.4 .0</version >
23
23
</parent >
24
24
25
25
<groupId >org.george0st</groupId >
You can’t perform that action at this time.
0 commit comments