datacap-http-cratedb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.edurt.datacap</groupId> <artifactId>datacap-http-cratedb</artifactId> <version>2024.3.11</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>datacap</artifactId> <groupId>io.edurt.datacap</groupId> <version>2024.3.11</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>datacap-http-cratedb</artifactId> <description>DataCap - CrateDB</description> <build> <plugins> <plugin> <artifactId>maven-dependency-plugin</artifactId> <configuration> <appendOutput>true</appendOutput> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> <scope>compile</scope> </dependency> </dependencies> <properties> <cratedb.version>2.6.0</cratedb.version> <plugin.name>http-cratedb</plugin.name> </properties> </project>