RM-4493 Add javax.servlet-api "provided" dependency to community.

This is required to build the community code against Alfresco 5.2-EA, which
we do as part of the enterprise release build.
This commit is contained in:
Tom Page
2016-12-01 09:21:50 +00:00
parent bcbf365875
commit a85d9f5290

View File

@@ -268,6 +268,12 @@
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-remote-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.takari.junit</groupId>
<artifactId>takari-cpsuite</artifactId>