Skip to content

Commit

Permalink
Scope to provided instead of test. (#2525)
Browse files Browse the repository at this point in the history
TeamCity release buildfail on javadoc not
finding javax.servlet.http.HttpSession
  • Loading branch information
caalador authored Sep 27, 2017
1 parent a48d126 commit 98cf66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
Expand Down

0 comments on commit 98cf66b

Please sign in to comment.