Skip to content

Commit

Permalink
Removed JODA time left-overs and dependencies. CalendarApp can now be…
Browse files Browse the repository at this point in the history
… converted to an executable image via jlink.
  • Loading branch information
dlemmermann committed Sep 4, 2019
1 parent 7a15c20 commit ebf818e
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 1,183 deletions.
9 changes: 9 additions & 0 deletions CalendarFXApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@

<build>
<plugins>
<plugin>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.3</version>
<configuration>
<mainClass>com.calendarfx.app.CalendarApp</mainClass>
</configuration>
</plugin>

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
Expand Down
8 changes: 0 additions & 8 deletions CalendarFXRecurrence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
<artifactId>recurrence</artifactId>
<description>Contains the RFC 2445 support.</description>

<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.3</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ebf818e

Please sign in to comment.