Repository: qpid-broker-j
Updated Branches:
  refs/heads/master cf0a0ab8f -> 82b9a02bc


QPID-7229: Pull up dojo/dgrid version numbers to parent pom and 
dependency-manage as as do for all other dependencies.


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/82b9a02b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/82b9a02b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/82b9a02b

Branch: refs/heads/master
Commit: 82b9a02bc6be3da7fdd228e59aeabd8a53b0f1cd
Parents: cf0a0ab
Author: Keith Wall <kw...@apache.org>
Authored: Wed Sep 6 10:26:35 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Sep 6 10:27:01 2017 +0100

----------------------------------------------------------------------
 broker-plugins/management-http/pom.xml |  9 ---------
 pom.xml                                | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/82b9a02b/broker-plugins/management-http/pom.xml
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/pom.xml 
b/broker-plugins/management-http/pom.xml
index f408bb4..52b319f 100644
--- a/broker-plugins/management-http/pom.xml
+++ b/broker-plugins/management-http/pom.xml
@@ -29,12 +29,6 @@
   <name>Apache Qpid HTTP Management Broker Plug-in</name>
   <description>HTTP Management broker plug-in</description>
 
-  <properties>
-    <dojo-version>1.12.2</dojo-version>
-    <dstore-version>1.1.1</dstore-version>
-    <dgrid-version>1.0.0</dgrid-version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.qpid</groupId>
@@ -81,7 +75,6 @@
     <dependency>
       <groupId>org.dojotoolkit</groupId>
       <artifactId>dojo</artifactId>
-      <version>${dojo-version}</version>
       <classifier>distribution</classifier>
       <type>zip</type>
     </dependency>
@@ -89,7 +82,6 @@
     <dependency>
       <groupId>org.webjars.bower</groupId>
       <artifactId>dstore</artifactId>
-      <version>${dstore-version}</version>
       <exclusions>
         <exclusion>
           <artifactId>dojo</artifactId>
@@ -101,7 +93,6 @@
     <dependency>
       <groupId>org.webjars.bower</groupId>
       <artifactId>dgrid</artifactId>
-      <version>${dgrid-version}</version>
       <exclusions>
         <exclusion>
           <artifactId>dojo</artifactId>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/82b9a02b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c05b59c..f92d7a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,10 @@
     <csvjdbc-version>1.0.8</csvjdbc-version>
     <jfreechart-version>1.0.13</jfreechart-version>
 
+    <dojo-version>1.12.2</dojo-version>
+    <dstore-version>1.1.1</dstore-version>
+    <dgrid-version>1.0.0</dgrid-version>
+
     <!-- test dependency version numbers -->
     <junit-version>4.11</junit-version>
     <mockito-version>1.9.5</mockito-version>
@@ -532,6 +536,23 @@
         <version>${httpclient-version}</version>
       </dependency>
       <dependency>
+        <groupId>org.dojotoolkit</groupId>
+        <artifactId>dojo</artifactId>
+        <version>${dojo-version}</version>
+        <classifier>distribution</classifier>
+        <type>zip</type>
+      </dependency>
+      <dependency>
+        <groupId>org.webjars.bower</groupId>
+        <artifactId>dstore</artifactId>
+        <version>${dstore-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.webjars.bower</groupId>
+        <artifactId>dgrid</artifactId>
+        <version>${dgrid-version}</version>
+      </dependency>
+      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>${junit-version}</version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to