turcsanyip commented on a change in pull request #3858: NIFI-6032 CDC for
Oracle using xstream
URL: https://github.com/apache/nifi/pull/3858#discussion_r342490209
##########
File path: nifi-assembly/pom.xml
##########
@@ -810,6 +810,26 @@ language governing permissions and limitations under the
License. -->
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>include-oraclecdc</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-oraclecdc-nar</artifactId>
+ <version>1.10.0-SNAPSHOT</version>
Review comment:
Please update the NiFi dependency versions to 1.11.0-SNAPSHOT.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services