bbende commented on a change in pull request #3843: NIFI-6054 - Phoenix DBCP
service changes
URL: https://github.com/apache/nifi/pull/3843#discussion_r363339715
##########
File path: nifi-assembly/pom.xml
##########
@@ -874,6 +874,23 @@ language governing permissions and limitations under the
License. -->
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>include-phoenix</id>
+ <!-- This profile handles the inclusion of phoenix artifacts. The
NAR
+ is quite large and makes the resultant binary distribution
significantly
+ larger (33 MB). -->
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-phoenix-nar</artifactId>
+ <version>1.10.0-SNAPSHOT</version>
Review comment:
Update 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