You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by jl...@apache.org on 2019/09/11 16:13:35 UTC

[johnzon] branch master updated: move to dependency management section

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new ca630b7  move to dependency management section
ca630b7 is described below

commit ca630b74241aa96336f9a605377e58f914a49b81
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Sep 11 18:13:26 2019 +0200

    move to dependency management section
---
 pom.xml | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e6ce61a..10f9688 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,17 @@
     <module>johnzon-jsonschema</module>
   </modules>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jsonb_1.0_spec</artifactId>
+        <version>${geronimo-jsonb.version}</version>
+        <scope>provided</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
@@ -72,12 +83,6 @@
       <version>${geronimo-jsonp.version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-      <version>${geronimo-jsonb.version}</version>
-      <scope>provided</scope>
-    </dependency>
 
     <dependency>
       <groupId>junit</groupId>