diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..6f121a63
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+indent_style = tab
+
+[*.yml]
+indent_style = space
+indent_size = 2
\ No newline at end of file
diff --git a/Projet-Java-ECE-ING3.iml b/Projet-Java-ECE-ING3.iml
index 3448be8c..37d793b4 100644
--- a/Projet-Java-ECE-ING3.iml
+++ b/Projet-Java-ECE-ING3.iml
@@ -22,6 +22,9 @@
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 51a9dabc..7818c026 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
UTF-8
1.8
1.8
+ debug=2
@@ -30,6 +31,25 @@
ebean
11.15.3
+
+
+ io.ebean
+ ebean-querybean
+ 11.2.1
+
+
+
+ io.ebean
+ querybean-generator
+ 11.1.2
+ provided
+
+
+
+ javax.validation
+ validation-api
+ 1.0.0.GA
+
org.jfree
@@ -85,6 +105,7 @@
true
+ org.avaje.tile:java-compile:1.1
io.ebean.tile:enhancement:5.2