Skip to content

Commit

Permalink
Don't use version range for servlet-api, it confuses the release plugin.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/webstart@12259 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
dennisl committed Jun 8, 2010
1 parent 4a47139 commit 95c4847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webstart-jnlp-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>[2.3,)</version>
<version>2.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 95c4847

Please sign in to comment.