Delegate pax-web-spi version to dependencyManagement in parent pom
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/c5692a2e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/c5692a2e Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/c5692a2e Branch: refs/heads/master Commit: c5692a2ec5c0bb0409e0369776556e3794b09f5a Parents: 5d96ad2 Author: Paul Campbell <[email protected]> Authored: Thu Sep 27 12:10:56 2018 +0100 Committer: Paul Campbell <[email protected]> Committed: Thu Sep 27 12:10:56 2018 +0100 ---------------------------------------------------------------------- modularity-server/module-api/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/c5692a2e/modularity-server/module-api/pom.xml ---------------------------------------------------------------------- diff --git a/modularity-server/module-api/pom.xml b/modularity-server/module-api/pom.xml index 60fadb3..b6ebd5a 100644 --- a/modularity-server/module-api/pom.xml +++ b/modularity-server/module-api/pom.xml @@ -72,7 +72,6 @@ <dependency> <groupId>org.ops4j.pax.web</groupId> <artifactId>pax-web-spi</artifactId> - <version>${pax-web.version}</version> <!-- as it's provided we just need compile support; runtime is pulled in by karaf --> <scope>provided</scope> </dependency>
