Skip to content

Commit fb0eb9f

Browse files
committed
Updated for JDK8, postgres 9.4, and jetty 9
1 parent 0bade55 commit fb0eb9f

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,21 @@
1010
<dependency>
1111
<groupId>org.eclipse.jetty</groupId>
1212
<artifactId>jetty-servlet</artifactId>
13-
<version>7.6.0.v20120127</version>
13+
<version>9.2.10.v20150310</version>
1414
</dependency>
1515
<dependency>
1616
<groupId>javax.servlet</groupId>
17-
<artifactId>servlet-api</artifactId>
18-
<version>2.5</version>
17+
<artifactId>javax.servlet-api</artifactId>
18+
<version>3.1.0</version>
1919
</dependency>
2020
<dependency>
21-
<groupId>postgresql</groupId>
21+
<groupId>org.postgresql</groupId>
2222
<artifactId>postgresql</artifactId>
23-
<version>9.0-801.jdbc4</version>
23+
<version>9.4-1201-jdbc4</version>
2424
</dependency>
2525
</dependencies>
2626
<build>
2727
<plugins>
28-
<plugin>
29-
<artifactId>maven-compiler-plugin</artifactId>
30-
<version>2.3.2</version>
31-
</plugin>
3228
<plugin>
3329
<groupId>org.apache.maven.plugins</groupId>
3430
<artifactId>maven-dependency-plugin</artifactId>

system.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
java.runtime.version=1.7
1+
java.runtime.version=1.8
22

0 commit comments

Comments
 (0)