Add dependencies to webapp pom.xml

This commit is contained in:
Graham Triggs 2016-07-14 22:47:43 +01:00
parent ad2fad2cc4
commit 7f6f9ba264

View file

@ -141,5 +141,18 @@
<artifactId>vivo-webapp</artifactId> <artifactId>vivo-webapp</artifactId>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>