From 95edc56bcbd4e805098bd292887bbb0df6a7089c Mon Sep 17 00:00:00 2001
From: rodrfla <flavio.santos@ext.ec.europa.eu>
Date: Thu, 9 Nov 2017 16:46:54 +0100
Subject: [PATCH] EDELIVERY-2301 Refactored ConfigFile class, used @Value
 annotation instead

---
 .../src/test/resources/applicationContext.xml | 23 -------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 smp-webapp/src/test/resources/applicationContext.xml

diff --git a/smp-webapp/src/test/resources/applicationContext.xml b/smp-webapp/src/test/resources/applicationContext.xml
deleted file mode 100644
index bd5855122..000000000
--- a/smp-webapp/src/test/resources/applicationContext.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Copyright 2017 European Commission | CEF eDelivery
-  ~
-  ~ Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
-  ~ You may not use this work except in compliance with the Licence.
-  ~
-  ~ You may obtain a copy of the Licence at:
-  ~ https://joinup.ec.europa.eu/software/page/eupl
-  ~ or file: LICENCE-EUPL-v1.1.pdf
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the Licence for the specific language governing permissions and limitations under the Licence.
-  -->
-
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-	   					   http://www.springframework.org/schema/beans/spring-beans.xsd">
-
-
-</beans>
-- 
GitLab