deep-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.stratio.deep</groupId>
<artifactId>deep-core</artifactId>
<version>0.8.0</version>
</dependency><!-- ~ Copyright 2014, Stratio. ~ ~ Licensed under the Apache License, Version
2.0 (the "License"); ~ you may not use this file except in compliance with
the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0
~ ~ Unless required by applicable law or agreed to in writing, software ~
distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the
License for the specific language governing permissions and ~ limitations
under the License. -->
<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>
<artifactId>deep-core</artifactId>
<packaging>jar</packaging>
<name>deep core</name>
<url>http://www.stratio.com</url>
<description>stratio deep core classes</description>
<parent>
<groupId>com.stratio.deep</groupId>
<artifactId>deep-parent</artifactId>
<version>0.8.0</version>
<relativePath>../deep-parent</relativePath>
</parent>
<developers>
<developer>
<id>rcrespo</id>
<name>Ricardo Crespo</name>
<email>rcrespo@stratio.com</email>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
<developer>
<id>dgomez</id>
<name>David Gomez</name>
<email>dgomez@stratio.com</email>
<roles>
<role>architect</role>
<role>developer</role>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>jmgomez</id>
<name>Jose Manuel Gomez</name>
<email>jmgomez@stratio.com</email>
<roles>
<role>architect</role>
<role>developer</role>
<role>contributor</role>
</roles>
</developer>
<developer>
<id>eraffenne</id>
<name>Emmanuelle Raffenne</name>
<email>eraffenne@stratio.com</email>
<roles>
<role>tester</role>
<role>documentation</role>
<role>contributor</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.stratio.deep</groupId>
<artifactId>deep-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.23.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.5.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.5.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:Stratio/stratio-deep.git</connection>
<developerConnection>scm:git:git@github.com:Stratio/stratio-deep.git</developerConnection>
<url>https://github.com/Stratio/stratio-deep</url>
</scm>
</project>