codbex-kronos-components-engine-hdb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-components-engine-hdb</artifactId> <version>2.71.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-components-parent</artifactId> <version>2.71.2</version> <relativePath>../pom.xml</relativePath> </parent> <name>codbex - kronos - modules - engines - hdb</name> <artifactId>codbex-kronos-components-engine-hdb</artifactId> <packaging>jar</packaging> <dependencies> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-commons</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-components-engine-commons</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-modules-parsers-all</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-components-api-xsjs</artifactId> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-components-group-core</artifactId> <type>pom</type> <exclusions> <exclusion> <groupId>com.zaxxer</groupId> <artifactId>HikariCP-java7</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-components-group-database</artifactId> <type>pom</type> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-components-group-api-platform</artifactId> <type>pom</type> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-components-group-engines-core</artifactId> <type>pom</type> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-commons-helpers</artifactId> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-database-persistence</artifactId> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-repository-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-database-sql-hana</artifactId> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-database-sql-postgres</artifactId> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-database-h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-repository-local</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-inline</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.sap.cloud.db.jdbc</groupId> <artifactId>ngdbc</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-modules-parsers-hdbti</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-modules-parsers-hdbsequence</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-modules-parsers-hdbschema</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-modules-parsers-hdbtable</artifactId> </dependency> <dependency> <groupId>com.codbex.kronos</groupId> <artifactId>codbex-kronos-modules-parsers-hdbdd</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies> </project>