Author: raminder
Date: Mon Mar 11 17:10:15 2013
New Revision: 1455240
URL: http://svn.apache.org/r1455240
Log:
Fix RAVE-905. el-api jar was coming to tomcat libs and URL forwarding was not
working
Modified:
rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
Modified:
rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
URL:
http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml?rev=1455240&r1=1455239&r2=1455240&view=diff
==============================================================================
---
rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
(original)
+++
rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
Mon Mar 11 17:10:15 2013
@@ -57,6 +57,10 @@
<groupId>org.apache.rave</groupId>
<artifactId>rave-jpa</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>el-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>