fix #67 #68 - #69
Open
naeemrashid wants to merge 1 commit into
Open
Conversation
Collaborator
|
@Naeemkhan12 I will merge this branch if you do the below :) We need only these files from all the files you have changed:) Some depencities are very old for Example Xerial sqlite current version is All the others have been correctly done by @badarshahzad . I checked the project structure and it seems very good . Also why use Gradle 2.0 when the latest version is 4.3.1 |
Collaborator
|
@badarshahzad Have a look at the depencities . In Maven they were defined like this , i see the Gradle File and they are very old -> <!-- JAVAFX GRAPHICS LIBRARIES -->
<dependency>
<groupId>org.controlsfx</groupId>
<artifactId>controlsfx</artifactId>
<version>8.40.14</version>
</dependency>
<dependency>
<groupId>com.jfoenix</groupId>
<artifactId>jfoenix</artifactId>
<version>1.9.1</version>
</dependency>
<!-- DATABASE DRIVERS -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.20.1</version>
</dependency>
<!-- ETC LIBRARIES -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.12</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.pdfcrowd/pdfcrowd -->
<dependency>
<groupId>com.pdfcrowd</groupId>
<artifactId>pdfcrowd</artifactId>
<version>4.0.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.loadui/testFx -->
<dependency>
<groupId>org.loadui</groupId>
<artifactId>testFx</artifactId>
<version>3.1.2</version>
<scope>test</scope>
</dependency>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Branch includes fixes to #67 and #68 👍 .