RadekKoubsky / spring-boot-bom

OpenShift.io :: Project :: Bom for Spring-Boot
0 stars 0 forks source link

io.openshift:openshift-test-utils 1.0 is different before/after #5

Open cmoulliard opened 7 years ago

cmoulliard commented 7 years ago

When I use the new BOM and compare the GAVs about io.openshift:openshift-test-utils:jar:1:test before and after, they are different

AFTER

[INFO] \- io.openshift:openshift-test-utils:jar:1:test
[INFO]    +- com.jayway.restassured:rest-assured:jar:2.9.0:test
[INFO]    |  +- org.codehaus.groovy:groovy:jar:2.4.4:test
[INFO]    |  +- org.codehaus.groovy:groovy-xml:jar:2.4.4:test
[INFO]    |  +- org.apache.httpcomponents:httpclient:jar:4.5.1:test
[INFO]    |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.3:test
[INFO]    |  |  +- commons-logging:commons-logging:jar:1.2:test
[INFO]    |  |  \- commons-codec:commons-codec:jar:1.9:test
[INFO]    |  +- org.apache.httpcomponents:httpmime:jar:4.5.1:test
[INFO]    |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[INFO]    |  +- com.jayway.restassured:json-path:jar:2.9.0:test
[INFO]    |  |  +- org.codehaus.groovy:groovy-json:jar:2.4.4:test
[INFO]    |  |  \- com.jayway.restassured:rest-assured-common:jar:2.9.0:test
[INFO]    |  \- com.jayway.restassured:xml-path:jar:2.9.0:test
[INFO]    |     \- org.apache.commons:commons-lang3:jar:3.3.2:test
[INFO]    +- io.fabric8:openshift-client:jar:2.2.14:test
[INFO]    |  \- io.fabric8:kubernetes-client:jar:2.2.14:test
[INFO]    |     +- io.fabric8:kubernetes-model:jar:1.0.72:test
[INFO]    |     |  \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.5:test
[INFO]    |     +- com.squareup.okhttp3:okhttp:jar:3.6.0:test
[INFO]    |     |  \- com.squareup.okio:okio:jar:1.11.0:test
[INFO]    |     +- com.squareup.okhttp3:logging-interceptor:jar:3.6.0:test
[INFO]    |     +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.7.7:test
[INFO]    |     +- io.fabric8:zjsonpatch:jar:0.3.0:test
[INFO]    |     \- com.github.mifmif:generex:jar:1.0.1:test
[INFO]    |        \- dk.brics.automaton:automaton:jar:1.11-8:test
[INFO]    \- com.jayway.awaitility:awaitility:jar:1.7.0:test
[INFO]       \- cglib:cglib-nodep:jar:3.1:test

BEFORE

\- io.openshift:openshift-test-utils:jar:1:test
[INFO]    +- com.jayway.restassured:rest-assured:jar:2.9.0:test
[INFO]    |  +- org.codehaus.groovy:groovy:jar:2.4.7:test
[INFO]    |  +- org.codehaus.groovy:groovy-xml:jar:2.4.7:test
[INFO]    |  +- org.apache.httpcomponents:httpclient:jar:4.5.2:test
[INFO]    |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.5:test
[INFO]    |  |  \- commons-codec:commons-codec:jar:1.10:test
[INFO]    |  +- org.apache.httpcomponents:httpmime:jar:4.5.2:test
[INFO]    |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[INFO]    |  +- com.jayway.restassured:json-path:jar:2.9.0:test
[INFO]    |  |  +- org.codehaus.groovy:groovy-json:jar:2.4.7:test
[INFO]    |  |  \- com.jayway.restassured:rest-assured-common:jar:2.9.0:test
[INFO]    |  \- com.jayway.restassured:xml-path:jar:2.9.0:test
[INFO]    |     \- org.apache.commons:commons-lang3:jar:3.3.2:test
[INFO]    +- io.fabric8:openshift-client:jar:1.4.34:test
[INFO]    |  \- io.fabric8:kubernetes-client:jar:1.4.34:test
[INFO]    |     +- io.fabric8:kubernetes-model:jar:1.0.65:test
[INFO]    |     |  \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.8.3:test
[INFO]    |     +- com.squareup.okhttp3:okhttp:jar:3.4.1:test
[INFO]    |     |  \- com.squareup.okio:okio:jar:1.9.0:test
[INFO]    |     +- com.squareup.okhttp3:logging-interceptor:jar:3.4.1:test
[INFO]    |     +- com.squareup.okhttp3:okhttp-ws:jar:3.4.1:test
[INFO]    |     +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.3:test
[INFO]    |     +- io.fabric8:zjsonpatch:jar:0.3.0:test
[INFO]    |     \- com.github.mifmif:generex:jar:1.0.1:test
[INFO]    |        \- dk.brics.automaton:automaton:jar:1.11-8:test
[INFO]    \- com.jayway.awaitility:awaitility:jar:1.7.0:test
[INFO]       \- cglib:cglib-nodep:jar:3.1:test

screenshot 2017-06-23 11 17 39

They should be equivalent ? Have we release under the same number a new GAV of io.openshift:openshift-test-utils:jar:1:test ?

RadekKoubsky commented 7 years ago

@cmoulliard I have aligned those dependencies except the transitive dependencies comming from openshift-client as we have not resolved https://github.com/snowdrop/spring-boot-parent/issues/2