diff options
Diffstat (limited to 'BKUOnline')
-rw-r--r-- | BKUOnline/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index f03bc792..9fc36d63 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -39,7 +39,7 @@ <dependency> <artifactId>BKUHelp</artifactId> <groupId>at.gv.egiz</groupId> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-logging</groupId> @@ -302,12 +302,13 @@ </build> <dependencies> - <!-- not yet available in IBIBLIO, install locally --> + <!-- not yet available in IBIBLIO, install locally + | NOT REQUIRED FOR BASIC DOWNLOAD PROTOCOL <dependency> <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-jnlp-servlet</artifactId> <version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version> - </dependency> + </dependency--> <!-- dependency to ensure BKUWebStart is build prior to BKUOnline; | transitive dependencies shall not be included in WEB-INF/lib | and are provided in the BKUWebStart zip |