Adding servlet api to dspace-oai now that its designated as provided.

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2223 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2007-10-02 17:08:27 +00:00
parent 72cceaf478
commit 9f89b31db3

View File

@@ -62,6 +62,11 @@
<artifactId>oaicat</artifactId>
<version>1.5.48</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>