thenatog commented on a change in pull request #5833:
URL: https://github.com/apache/nifi/pull/5833#discussion_r824887450
##########
File path:
nifi-h2/nifi-h2-database-migrator/src/main/java/org/apache/nifi/h2/database/migration/H2DatabaseMigrator.java
##########
@@ -16,7 +16,7 @@
*/
package org.apache.nifi.h2.database.migration;
-import org.apache.nifi.org.h2.jdbcx.JdbcDataSource;
+import org.h2.jdbcx.JdbcDataSource;
Review comment:
Woops, reverted. Got this working in my IDE now, but obviously did this
as a quick workaround for the H2 compile issue :)
--
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]