blob: 30c31285b0f48acf676997baddf17956cdfc4294 [file] [log] [blame]
Ofir Sonsino1cfb0872018-01-31 17:19:00 +02001<?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
Joanna Jeremicz9c2c7e82018-08-21 13:29:02 +020012 base-package="org.onap.simulator" />
Ofir Sonsino1cfb0872018-01-31 17:19:00 +020013</beans>