webapps-commons-spring-data-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-spring-data-utils</artifactId>
<version>0.3.0-RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-modules</artifactId>
<version>0.3.0-RELEASE</version>
</parent>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-spring-data-utils</artifactId>
<version>0.3.0-RELEASE</version>
<name>${project.groupId}:${project.artifactId}</name>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-exceptions</artifactId>
<version>0.3.0-RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-repository-utils</artifactId>
<version>0.3.0-RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>2.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.1.5.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
<version>2.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>