fix javadoc generation

This commit is contained in:
Sebastian Sdorra
2011-07-09 15:04:48 +02:00
parent 7a23ec6b50
commit 9670210e72
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,13 @@
<!-- fix javadoc -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>

View File

@@ -19,6 +19,13 @@
<!-- fix javadoc -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>