Skip to content

Commit

Permalink
🐛 OKTA_BROWSER_AUTH broken on Java 11
Browse files Browse the repository at this point in the history
 - Explicitly depend on and include OpenJFX

Resolves oktadev#218
  • Loading branch information
AlainODea committed Oct 2, 2018
1 parent 322d9d4 commit b02e167
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>11</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit b02e167

Please sign in to comment.