Specify pax-web version - matches that in brooklyn-server and karaf

Brooklyn-ui doesn't use a relativePath to it's sibling project,
../brooklyn-server, so, when built as part of the main brooklyn project, it
won't use the pax-web.version value from brooklyn-server, but from whatever was
in the ~/.m2 repository, or maven central.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/9c413438
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/9c413438
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/9c413438

Branch: refs/heads/master
Commit: 9c413438776a07eee40cca396b7ef1693c8630a1
Parents: 0d727d0
Author: Paul Campbell <paul.campb...@cloudsoft.io>
Authored: Sat Sep 29 11:59:03 2018 +0100
Committer: Paul Campbell <paul.campb...@cloudsoft.io>
Committed: Sat Sep 29 11:59:03 2018 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/9c413438/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6cc7b87..5e2358f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
         <maven-resources-plugin.version>3.0.1</maven-resources-plugin.version>
         <maven-war-plugin.version>3.0.0</maven-war-plugin.version>
         <frontend-maven-plugin.version>1.3</frontend-maven-plugin.version>
+        <pax-web.version>7.2.3</pax-web.version>
         
<pax-web-extender-whiteboard.version>${pax-web.version}</pax-web-extender-whiteboard.version>
 
         <!-- new deps not used in brooklyn-server -->

Reply via email to