Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" |
| 3 | xmlns:aop="http://www.springframework.org/schema/aop" xmlns:util="http://www.springframework.org/schema/util" |
| 4 | xsi:schemaLocation=" |
| 5 | http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd |
| 6 | http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd |
| 7 | http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd |
| 8 | http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd"> |
| 9 | |
| 10 | |
| 11 | <context:component-scan |
| 12 | base-package="org.openecomp.simulator" /> |
| 13 | </beans> |