Skip to content

Commit bd37ca2

Browse files
committed
JDK8 Compatibility fixes
1 parent 3500a7e commit bd37ca2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

client/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
<org.springframework-version>3.1.0.RELEASE</org.springframework-version>
1414
</properties>
1515
<dependencies>
16+
<!--
1617
<dependency>
1718
<groupId>com.oracle</groupId>
1819
<artifactId>javafx</artifactId>
1920
<version>2.2</version>
2021
<scope>system</scope>
2122
<systemPath>${java.home}/lib/jfxrt.jar</systemPath>
22-
</dependency>
23+
</dependency> -->
2324
<dependency>
2425
<groupId>org.slf4j</groupId>
2526
<artifactId>slf4j-api</artifactId>

jsr330client/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
<org.springframework-version>3.1.0.RELEASE</org.springframework-version>
1414
</properties>
1515
<dependencies>
16-
<dependency>
16+
<!--
17+
<dependency>
1718
<groupId>com.oracle</groupId>
1819
<artifactId>javafx</artifactId>
1920
<version>2.2</version>
2021
<scope>system</scope>
2122
<systemPath>${java.home}/lib/jfxrt.jar</systemPath>
22-
</dependency>
23+
</dependency> -->
2324
<dependency>
2425
<groupId>org.slf4j</groupId>
2526
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)