Merge remote-tracking branch 'eugenp/master'

This commit is contained in:
DOHA
2018-05-08 15:16:39 +03:00
754 changed files with 15784 additions and 10297 deletions
+5 -10
View File
@@ -1,13 +1,11 @@
<?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">
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>
<groupId>com.baeldung</groupId>
<artifactId>spring-data-rest</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>intro-spring-data-rest</name>
<description>Intro to Spring Data REST</description>
@@ -23,7 +21,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
@@ -36,11 +33,10 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<!-- <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version> </dependency> <dependency> <groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId> <version>${derby.version}</version> </dependency>
<dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId>
<!-- <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version> </dependency> <dependency> <groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId> <version>${derby.version}</version> </dependency>
<dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId>
<version>${sqlite.version}</version> </dependency> -->
</dependencies>
@@ -48,5 +44,4 @@
<finalName>${project.artifactId}</finalName>
</build>
</project>