Skip to content
Snippets Groups Projects
Commit 3c8afc85 authored by Ellen Seifert's avatar Ellen Seifert
Browse files

added hikari dependency

parent b3651c7a
No related branches found
No related tags found
1 merge request!14added er-diagramm.pdf and database-class-diagramm.pdf
......@@ -13,7 +13,7 @@ import java.util.ArrayList;
public class InsertTest {
public static void main(String[] args) {
/*DBConnectionImpl dbConnection=DBConnectionImpl.login("root","example","jdbc:mysql://localhost:8080/databaseName=sshTool_db;");
//insertTransaction
File file= new File("localPath","remotePath", FileStatus.STARTED);
ArrayList<File> list=new ArrayList<>();
......
......@@ -65,6 +65,13 @@
<artifactId>fontawesomefx</artifactId>
<version>8.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>3.4.5</version>
</dependency>
</dependencies>
</dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment