Pavel Konstantinov created IGNITE-1904:
------------------------------------------
Summary: Need to add two new dependencies in pom-file to cover
special cases
Key: IGNITE-1904
URL: https://issues.apache.org/jira/browse/IGNITE-1904
Project: Ignite
Issue Type: Sub-task
Reporter: Pavel Konstantinov
Assignee: Vasiliy Sisko
If user added Generic JDBC and Secondary file system in cluster configuration,
then the generated java-code contains to RED imports
{code}
import com.mchange.v2.c3p0.jboss.C3P0PooledDataSource;
import org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem;
{code}
We need to add that dependencies to the pom-file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)