Revision 9906
Added by Jing Tao about 8 years ago
pom.xml | ||
---|---|---|
346 | 346 |
<artifactId>jena-tdb</artifactId> |
347 | 347 |
<version>1.0.0</version> |
348 | 348 |
</dependency> |
349 |
<dependency> |
|
350 |
<groupId>javax.servlet</groupId> |
|
351 |
<artifactId>servlet-api</artifactId> |
|
352 |
<version>2.5</version> |
|
353 |
<scope>provided</scope> |
|
354 |
</dependency> |
|
349 | 355 |
</dependencies> |
350 | 356 |
</project> |
Also available in: Unified diff
Add a dependency on servlet-api.jar with the scope "provided".