[ https://issues.apache.org/jira/browse/IGNITE-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pavel Konstantinov updated IGNITE-1904: --------------------------------------- Description: If user added Generic JDBC and Secondary file system in cluster configuration, then the generated java-code contains two 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. was: 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. > 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 > Components: wizards > Reporter: Pavel Konstantinov > Assignee: Vasiliy Sisko > Fix For: 1.5 > > > If user added Generic JDBC and Secondary file system in cluster > configuration, then the generated java-code contains two 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)