Revision 8118
Added by Jing Tao over 11 years ago
metacat-common/pom.xml | ||
---|---|---|
27 | 27 |
<scope>test</scope> |
28 | 28 |
</dependency> |
29 | 29 |
<dependency> |
30 |
<groupId>javax.servlet</groupId> |
|
31 |
<artifactId>servlet-api</artifactId> |
|
32 |
<version>2.5</version> |
|
33 |
<type>jar</type> |
|
34 |
<scope>test</scope> |
|
35 |
</dependency> |
|
36 |
<dependency> |
|
30 | 37 |
<groupId>org.apache.solr</groupId> |
31 | 38 |
<artifactId>solr-core</artifactId> |
32 | 39 |
<version>3.4.0</version> |
Also available in: Unified diff
Add the servlet-api jar file under the test scope.