bejancsaba commented on code in PR #6075:
URL: https://github.com/apache/nifi/pull/6075#discussion_r891074306
##########
minifi/pom.xml:
##########
@@ -449,10 +449,22 @@ limitations under the License.
<version>1.17.0-SNAPSHOT</version>
</dependency>
+ <!-- C2 modules -->
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>c2-client-api</artifactId>
+ <version>1.17.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>c2-client-base</artifactId>
+ <version>1.17.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
- <version>3.12.3</version>
+ <version>${okhttp.version}</version>
Review Comment:
My bad, I removed the version but it caused build issues and added back and
forgat to comment back. So I removed the whole dependency as is comes from
parent, without the version but keeping the dependency here overrides the one
coming from nifi and looks for the missing version.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]