[
https://issues.apache.org/jira/browse/IGNITE-6164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139178#comment-16139178
]
Valentin Kulichenko commented on IGNITE-6164:
---------------------------------------------
[~pranas], all these dependencies are available in Maven Central and can be
resolved, this works for everybody. I would suggest you to refer to examples
project which is available with every release and use it as a start.
If nothing helps, ask on user list, providing as much information as possible
(your pom file, errors, logs, etc.). The problem, in the way it's currently
described, is far from being a bug and I doubt something needs to be fixed
here. I will close the ticket.
> H2 dependency is not resolved from ignite-indexing:2.1.0
> --------------------------------------------------------
>
> Key: IGNITE-6164
> URL: https://issues.apache.org/jira/browse/IGNITE-6164
> Project: Ignite
> Issue Type: Bug
> Reporter: Pranas Baliuka
> Priority: Minor
>
> I've tested the first code sample from Ignite book code
> https://github.com/srecon/ignite-book-code-samples with dependecies:
> {code}
> <properties>
> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
> <ignite.version>2.1.0</ignite.version>
> </properties>
> <dependencies>
> <dependency>
> <groupId>junit</groupId>
> <artifactId>junit</artifactId>
> <version>3.8.1</version>
> <scope>test</scope>
> </dependency>
> <dependency>
> <groupId>org.apache.ignite</groupId>
> <artifactId>ignite-core</artifactId>
> <version>${ignite.version}</version>
> </dependency>
> <dependency>
> <groupId>org.apache.ignite</groupId>
> <artifactId>ignite-spring</artifactId>
> </dependency>
> <dependency>
> <groupId>org.apache.ignite</groupId>
> <artifactId>ignite-indexing</artifactId>
> </dependency>
> </dependencies>
> {code}
> Runtime exception indicates what transitive dependency:
> {code}
> <dependency>
> <groupId>com.h2database</groupId>
> <artifactId>h2</artifactId>
> <version>1.4.195</version>
> <scope>runtime</scope>
> </dependency>
> {code}
> is not resolved from the {{ignite-indexing}} . Consider fixing
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)