ontop-mapping-sql-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.unibz.inf.ontop</groupId> <artifactId>ontop-mapping-sql-all</artifactId> <version>5.3.0</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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>it.unibz.inf.ontop</groupId> <artifactId>ontop-mapping-sql</artifactId> <version>5.3.0</version> </parent> <artifactId>ontop-mapping-sql-all</artifactId> <properties> <!-- filtering currently not used --> <filter.main.resources>true</filter.main.resources> </properties> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-model</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-obda-core</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-optimization</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-rdb</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-mapping-core</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-mapping-sql-core</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-mapping-native</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>ontop-mapping-r2rml</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>eu.optique-project</groupId> <artifactId>r2rml-api-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>eu.optique-project</groupId> <artifactId>r2rml-api-rdf4j-binding</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> </dependencies> </project>