diff --git a/pom.xml b/pom.xml index 9c611bfccf3a7eb3ed60bd343d9b6439672a32ba..8dcfa9efce5451fea5e7ca92077b52eb4fb5459d 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <dependency> <groupId>org.dojotoolkit</groupId> <artifactId>dojo-war</artifactId> - <version>1.7.2</version> + <version>1.8.0rc1</version> <type>war</type> </dependency> <dependency> diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml index 94f8cbe2a2fd869c876c3cfa064c7d5cb9a7b52c..68be4c3faa3119ca95ece93ee7b67cfe7b2b6d99 100644 --- a/src/main/webapp/WEB-INF/arsnova-servlet.xml +++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml @@ -18,6 +18,7 @@ <mvc:resources mapping="/dijit/**" location="/dijit/"/> <mvc:resources mapping="/dojox/**" location="/dojox/"/> <mvc:resources mapping="/app/**" location="/app/"/> + <mvc:resources mapping="/views/**" location="/views/"/> <mvc:annotation-driven />