Cleaned up mail properties from XML Spring configs.
Change-Id: I0328b15373e9f1a458ec380aa80dba19ce74e29c
diff --git a/src/main/resources/default-config.xml b/src/main/resources/default-config.xml
index 08a2a65..f76785f 100644
--- a/src/main/resources/default-config.xml
+++ b/src/main/resources/default-config.xml
@@ -42,8 +42,6 @@
<value>classpath:properties/jdbc.properties</value>
<value>file:./jdbc.properties</value>
<value>file:./data/jdbc.properties</value>
- <value>classpath:properties/mail.properties</value>
- <value>file:./mail.properties</value>
<value>classpath:properties/hibernate.properties</value>
<value>classpath:kustvakt.conf</value>
diff --git a/src/test/resources/test-config-dnb.xml b/src/test/resources/test-config-dnb.xml
index c991f71..ac4d373 100644
--- a/src/test/resources/test-config-dnb.xml
+++ b/src/test/resources/test-config-dnb.xml
@@ -40,8 +40,6 @@
<array>
<value>classpath:test-jdbc.properties</value>
<value>file:./test-jdbc.properties</value>
- <value>classpath:properties/mail.properties</value>
- <value>file:./mail.properties</value>
<value>classpath:test-hibernate.properties</value>
<value>file:./kustvakt-dnb.conf</value>
<value>classpath:kustvakt-dnb.conf</value>
diff --git a/src/test/resources/test-config-icc.xml b/src/test/resources/test-config-icc.xml
index 252ba8a..4924c3c 100644
--- a/src/test/resources/test-config-icc.xml
+++ b/src/test/resources/test-config-icc.xml
@@ -40,8 +40,6 @@
<array>
<value>classpath:test-jdbc.properties</value>
<value>file:./jdbc.properties</value>
- <value>classpath:properties/mail.properties</value>
- <value>file:./mail.properties</value>
<value>classpath:properties/hibernate.properties</value>
<value>file:./kustvakt-icc.conf</value>
<value>classpath:kustvakt-icc.conf</value>
diff --git a/src/test/resources/test-config.xml b/src/test/resources/test-config.xml
index 3b6f5d1..5721077 100644
--- a/src/test/resources/test-config.xml
+++ b/src/test/resources/test-config.xml
@@ -40,7 +40,6 @@
<array>
<value>classpath:test-jdbc.properties</value>
<value>file:./test-jdbc.properties</value>
- <value>classpath:properties/mail.properties</value>
<value>classpath:test-hibernate.properties</value>
<value>file:./kustvakt-test.conf</value>
<value>classpath:kustvakt-test.conf</value>