bq-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-test</artifactId> <version>0.3.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-parent-pom</artifactId> <version>0.3.4</version> <relativePath>../bq-parent-pom/pom.xml</relativePath> </parent> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-test</artifactId> <version>0.3.4</version> <name>bq-test</name> <description>BQ Test</description> <url>https://github.com/bitquant-initiative/bq-test</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/bitquant-initiative/bq/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>if6was9</id> <name>Rob Schoening</name> <email>robschoening@gmail.com</email> </developer> </developers> <scm> <url>https://github.com/bitquant-initiative/bq/bq-test</url> </scm> <properties> <maven.compiler.release>21</maven.compiler.release> <maven.compiler.source>21</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>5.11.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.github.bitquant-initiative</groupId> <artifactId>bq-duckdb</artifactId> <version>${revision}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>provided</scope> </dependency> </dependencies> <build /> </project>