diff --git a/src/main/webapp/WEB-INF/spring/spring-main.xml b/src/main/webapp/WEB-INF/spring/spring-main.xml index fceb7f585ce8c8b93be0a452e57d1dd1c4171bc6..a1ca4e824d5adbc1fdd6d5ff2dc092faeebd04fb 100644 --- a/src/main/webapp/WEB-INF/spring/spring-main.xml +++ b/src/main/webapp/WEB-INF/spring/spring-main.xml @@ -45,11 +45,9 @@ <!-- Example of connector client configuration --> <!-- Uncomment bean definition to activate connector --> - <!-- <bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl"> <property name="serviceLocation" value="${connector.uri}"></property> <property name="username" value="${connector.username}"></property> <property name="password" value="${connector.password}"></property> </bean> - --> </beans>