Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
RAVE-78: rave-shindig incorrect dependency scope on shindig-api pulls…
Browse files Browse the repository at this point in the history
… in el-api jar breaking JSPs

See: http://issues.apache.org/jira/browse/RAVE-78

git-svn-id: https://svn.apache.org/repos/asf/incubator/rave/trunk@1137596 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ate committed Jun 20, 2011
1 parent 676f803 commit fe2b46d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rave-shindig/pom.xml
Expand Up @@ -63,6 +63,7 @@
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-social-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -75,12 +76,6 @@
<artifactId>shindig-common</artifactId>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
</dependency>

<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
Expand Down

0 comments on commit fe2b46d

Please sign in to comment.