blaze-storage-client-basic
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-storage-client-basic</artifactId>
<version>0.3.3</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.blazebit</groupId>
<artifactId>blaze-storage-client</artifactId>
<version>0.3.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>blaze-storage-client-basic</artifactId>
<packaging>jar</packaging>
<name>Blazebit Storage Client Basic</name>
<dependencies>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- Project dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>blaze-storage-client-core</artifactId>
</dependency>
<!-- Resteasy client -->
<!-- <dependency> -->
<!-- <groupId>org.jboss.resteasy</groupId> -->
<!-- <artifactId>resteasy-client</artifactId> -->
<!-- <version>${version.resteasy}</version> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.jboss.resteasy</groupId> -->
<!-- <artifactId>resteasy-jaxrs</artifactId> -->
<!-- <version>${version.resteasy}</version> -->
<!-- <scope>provided</scope> -->
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>commons-io</artifactId> -->
<!-- <groupId>commons-io</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.jboss.resteasy</groupId> -->
<!-- <artifactId>resteasy-jaxb-provider</artifactId> -->
<!-- <version>${version.resteasy}</version> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.jboss.resteasy</groupId> -->
<!-- <artifactId>resteasy-jackson-provider</artifactId> -->
<!-- <version>${version.resteasy}</version> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
</dependencies>
</project>