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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7a1067d4c18752710513806721e9af9daf88997a
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon May 18 15:05:21 2020 +0100

    Reformat BOM dependencies & test category items
---
 .github/test-categories.yaml |  4 ++--
 poms/bom/pom.xml             | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/test-categories.yaml b/.github/test-categories.yaml
index 67d994d..2764f18 100644
--- a/.github/test-categories.yaml
+++ b/.github/test-categories.yaml
@@ -43,8 +43,8 @@ dataformats:
   - csv
   - dataformat
   - jaxb
-  - xstream
   - soap
+  - xstream
 foundation:
   - bean
   - controlbus
@@ -54,9 +54,9 @@ foundation:
   - jsonpath
   - quartz
   - scheduler
+  - ref
   - seda
   - send-dynamic-http
-  - ref
 memoryhog-dataformat-json:
   - dataformats-json
 memoryhog-dozer:
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 9e5c694..57c9cb3 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -2016,16 +2016,16 @@
                 <version>${consul-client.version}</version>
             </dependency>
             <dependency>
-                <groupId>com.squareup.okio</groupId>
-                <artifactId>okio</artifactId>
-                <version>${okio.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>com.squareup.okhttp3</groupId>
                 <artifactId>okhttp</artifactId>
                 <version>${okhttp.version}</version>
             </dependency>
             <dependency>
+                <groupId>com.squareup.okio</groupId>
+                <artifactId>okio</artifactId>
+                <version>${okio.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>com.squareup.retrofit2</groupId>
                 <artifactId>converter-jackson</artifactId>
                 <version>${retrofit.version}</version>
@@ -2114,17 +2114,17 @@
             </dependency>
             <dependency>
                 <groupId>org.mongodb</groupId>
-                <artifactId>mongodb-driver-sync</artifactId>
+                <artifactId>mongodb-driver-legacy</artifactId>
                 <version>${mongodb.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.mongodb</groupId>
-                <artifactId>mongodb-driver-legacy</artifactId>
+                <artifactId>mongodb-driver-reactivestreams</artifactId>
                 <version>${mongodb.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.mongodb</groupId>
-                <artifactId>mongodb-driver-reactivestreams</artifactId>
+                <artifactId>mongodb-driver-sync</artifactId>
                 <version>${mongodb.version}</version>
             </dependency>
             <dependency>

Reply via email to