Skip to content
Snippets Groups Projects
Commit aff849da authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Removed dependencies that are not relevant for ecollab.eu

parent a398868a
No related merge requests found
...@@ -135,12 +135,6 @@ ...@@ -135,12 +135,6 @@
</repositories> </repositories>
<dependencies> <dependencies>
<dependency>
<groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-light-js</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency> <dependency>
<groupId>de.thm.arsnova</groupId> <groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-st2-js-ecollab</artifactId> <artifactId>arsnova-st2-js-ecollab</artifactId>
...@@ -318,13 +312,6 @@ ...@@ -318,13 +312,6 @@
<artifactId>connector-client</artifactId> <artifactId>connector-client</artifactId>
<version>0.14.0-SNAPSHOT</version> <version>0.14.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- Needed to allow cross origin requests to the API -->
<dependency>
<groupId>de.thm.utils</groupId>
<artifactId>http-utils</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
...@@ -54,11 +54,9 @@ ...@@ -54,11 +54,9 @@
<!-- Example of connector client configuration --> <!-- Example of connector client configuration -->
<!-- Uncomment bean definition to activate connector --> <!-- Uncomment bean definition to activate connector -->
<bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl"> <!-- bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl">
<property name="serviceLocation" value="${connector.uri}"></property> <property name="serviceLocation" value="${connector.uri}"></property>
<property name="username" value="${connector.username}"></property> <property name="username" value="${connector.username}"></property>
<property name="password" value="${connector.password}"></property> <property name="password" value="${connector.password}"></property>
</bean> </bean -->
<http:access-control allow-origin="*" allow-methods="GET" />
</beans> </beans>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment