Mercurial > hg > openmind
changeset 43:a270b5e73bda
add servlet-api dependency.
author | casties |
---|---|
date | Tue, 18 Oct 2016 12:17:35 +0200 |
parents | a807a99a7e20 |
children | 23c043a19134 |
files | pom.xml |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Mon Oct 17 19:50:46 2016 +0200 +++ b/pom.xml Tue Oct 18 12:17:35 2016 +0200 @@ -149,10 +149,16 @@ <groupId>javolution</groupId> <artifactId>javolution</artifactId> <version>5.5.1</version> - </dependency> - - - </dependencies> + </dependency> + + + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.5</version> + <scope>provided</scope> + </dependency> + </dependencies> <build> <resources>