|
@@ -1,49 +0,0 @@
|
1
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
2
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0"
|
3
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4
|
|
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5
|
|
- <modelVersion>4.0.0</modelVersion>
|
6
|
|
-
|
7
|
|
- <groupId>io.zipcoder</groupId>
|
8
|
|
- <artifactId>spring-demo</artifactId>
|
9
|
|
- <version>1.0-SNAPSHOT</version>
|
10
|
|
- <parent>
|
11
|
|
- <groupId>org.springframework.boot</groupId>
|
12
|
|
- <artifactId>spring-boot-starter-parent</artifactId>
|
13
|
|
- <version>1.2.1.RELEASE</version>
|
14
|
|
- <relativePath/> <!-- lookup parent from repository -->
|
15
|
|
- </parent>
|
16
|
|
- <properties>
|
17
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
18
|
|
- <start-class>io.zipcoder.tc_spring_poll_application.QuickPollApplication</start-class>
|
19
|
|
- <java.version>1.7</java.version>
|
20
|
|
- </properties>
|
21
|
|
- <dependencies>
|
22
|
|
- <dependency>
|
23
|
|
- <groupId>org.springframework.boot</groupId>
|
24
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
25
|
|
- </dependency>
|
26
|
|
- <dependency>
|
27
|
|
- <groupId>org.springframework.boot</groupId>
|
28
|
|
- <artifactId>spring-boot-starter-data-jpa</artifactId>
|
29
|
|
- </dependency>
|
30
|
|
- <dependency>
|
31
|
|
- <groupId>org.springframework.boot</groupId>
|
32
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
33
|
|
- <scope>test</scope>
|
34
|
|
- </dependency>
|
35
|
|
- <dependency>
|
36
|
|
- <groupId>org.hsqldb</groupId>
|
37
|
|
- <artifactId>hsqldb</artifactId>
|
38
|
|
- <scope>runtime</scope>
|
39
|
|
- </dependency>
|
40
|
|
-
|
41
|
|
- <dependency>
|
42
|
|
- <groupId>javax.inject</groupId>
|
43
|
|
- <artifactId>javax.inject</artifactId>
|
44
|
|
- <version>1</version>
|
45
|
|
- </dependency>
|
46
|
|
- </dependencies>
|
47
|
|
-
|
48
|
|
-
|
49
|
|
-</project>
|