GUAC-1101: Inherit parent version and dependencies.

This commit is contained in:
Michael Jumper
2015-02-27 21:45:01 -08:00
parent a271550bcb
commit 410f789b03
3 changed files with 29 additions and 12 deletions

View File

@@ -32,6 +32,7 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
<inherited>false</inherited>
<executions>
<execution>
<id>make-dist-archive</id>
@@ -53,4 +54,18 @@
</plugins>
</build>
<dependencyManagement>
<dependencies>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.glyptodon.guacamole</groupId>
<artifactId>guacamole-ext</artifactId>
<version>0.9.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>