diff --git a/.gitignore b/.gitignore
index 8fffe724..4eb0cb06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
+.idea
+*.iml
\ No newline at end of file
diff --git a/core/pom.xml b/core/pom.xml
index 34fa8685..8ac8aa4f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1,11 +1,23 @@
- 4.0.0
- training.time-tracker
- time-tracker-core
- jar
- 0.1.0-SNAPSHOT
- Time Tracker (Core)
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+
+
+ training.time-tracker
+ time-tracker-parent
+ 0.1.0-SNAPSHOT
+
+
+ training.time-tracker
+ time-tracker-core
+ jar
+ Time Tracker (Core)
+
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
+
\ No newline at end of file
diff --git a/core/src/main/java/pro/jtaylor/timetraker/core/TrackerCoreConfig.java b/core/src/main/java/pro/jtaylor/timetraker/core/TrackerCoreConfig.java
new file mode 100644
index 00000000..c8779edc
--- /dev/null
+++ b/core/src/main/java/pro/jtaylor/timetraker/core/TrackerCoreConfig.java
@@ -0,0 +1,8 @@
+package pro.jtaylor.timetraker.core;
+
+/**
+ * Created by Jason on 6/19/2015.
+ */
+public class TrackerCoreConfig {
+
+}
diff --git a/pom.xml b/pom.xml
index 1d593f0f..da84b4b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,19 +1,24 @@
- 4.0.0
- training.time-tracker
- time-tracker-parent
- pom
- 0.1.1-SNAPSHOT
- Time Tracker (Parent)
-
- This is a simple Maven / Java web project.
-
- 2015
- http://maven.training/
-
-
- core
- web
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ training.time-tracker
+ time-tracker-parent
+ pom
+ 0.1.1-SNAPSHOT
+ Time Tracker (Parent)
+
+ This is a simple Maven / Java web project.
+
+ 2015
+ http://maven.training/
+
+
+ 4.1.6.RELEASE
+ 1.8
+
+
+
+ core
+ web
+
\ No newline at end of file
diff --git a/web/pom.xml b/web/pom.xml
index 30a7f28b..40c78923 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -1,11 +1,11 @@
- 4.0.0
- training.time-tracker
- time-tracker-web
- war
- 0.1.0-SNAPSHOT
- Time Tracker (Web)
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ 4.0.0
+ training.time-tracker
+ time-tracker-web
+ war
+ 0.1.0-SNAPSHOT
+ Time Tracker (Web)
+
+
\ No newline at end of file