diff options
| -rw-r--r-- | BKUOnline/pom.xml | 8 | ||||
| -rw-r--r-- | pom.xml | 8 | 
2 files changed, 12 insertions, 4 deletions
| diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index ea5f3854..3901a4ff 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -308,13 +308,13 @@            <artifactId>webstart-jnlp-servlet</artifactId>            <version>1.0-6.0.02_ea_b02.1-SNAPSHOT</version>          </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 --> +        <!-- 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 +         |   (version defined in super-pom dependencyManagement, version won't be adjusted by release:prepare) -->          <dependency>            <groupId>at.gv.egiz</groupId>            <artifactId>BKUWebStart</artifactId> -          <version>1.0.10-SNAPSHOT</version>            <scope>provided</scope>            <type>zip</type>          </dependency> @@ -259,6 +259,14 @@          <artifactId>jaxb-impl</artifactId>          <version>2.1.9</version>        </dependency> +      <!-- version not defined in BKUOnline pom "include-webstart" profile, +       |   it wouldn't be adjusted by release:prepare --> +      <dependency> +        <groupId>at.gv.egiz</groupId> +        <artifactId>BKUWebStart</artifactId> +        <version>1.0.11-SNAPSHOT</version> +        <type>zip</type> +      </dependency>      </dependencies>    </dependencyManagement>  </project>
\ No newline at end of file | 
