diff options
author | Mike Conway <mikeconway@Mike-Conways-MacBook-Pro.local> | 2011-04-14 15:54:53 (GMT) |
---|---|---|
committer | Mike Conway <mikeconway@Mike-Conways-MacBook-Pro.local> | 2011-04-14 15:54:53 (GMT) |
commit | 6c9126780adc4b28ac2d0e6b5f84e333454882e6 (patch) | |
tree | 2ca975819ac7bbf2d34ae9d184f910bbed2bc9f3 /idrop-swing/pom.xml | |
parent | 6ebe8300c5f9f1ac361881706dd105a096b765a0 (diff) | |
download | QCG-Data-6c9126780adc4b28ac2d0e6b5f84e333454882e6.zip QCG-Data-6c9126780adc4b28ac2d0e6b5f84e333454882e6.tar.gz QCG-Data-6c9126780adc4b28ac2d0e6b5f84e333454882e6.tar.bz2 |
acl listing in web
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 5b84685..9619d33 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -96,6 +96,16 @@ </plugins> </build> <dependencies> + <!-- + Sun's JnlpDownladServlet takes the template JNLP file and inserts + relevant values for $$codebase and other parameters + --> + <dependency> + <groupId>com.sun.java.jnlp</groupId> + <artifactId>jnlp-servlet</artifactId> + <version>5.0</version> + <scope>runtime</scope> + </dependency> <dependency> <groupId>org.swinglabs</groupId> <artifactId>swing-layout</artifactId> |