You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2015/11/13 11:55:10 UTC

[jira] [Created] (IGNITE-1904) Need to add two new dependencies in pom-file to cover special cases

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)