This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 94cee322dff4e2f54e5286bfdab4363fd5d2bd50
Author: frogfather <[email protected]>
AuthorDate: Tue Nov 27 14:53:44 2018 +0000

    change hard coded version of json-simple
---
 rest/rest-resources/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rest/rest-resources/pom.xml b/rest/rest-resources/pom.xml
index 649739d..09cf4f9 100644
--- a/rest/rest-resources/pom.xml
+++ b/rest/rest-resources/pom.xml
@@ -202,7 +202,7 @@
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>
             <artifactId>json-simple</artifactId>
-            <version>1.1</version>
+            <version>${json-simple.version}</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Reply via email to