New CQ for CBOR added
See PR #797 (https://github.com/eclipse/hawkbit/pull/797) Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
1
.3rd-party/Release_0_3_0.md
vendored
1
.3rd-party/Release_0_3_0.md
vendored
@@ -13,6 +13,7 @@
|
||||
| com.fasterxml.jackson.core | jackson-annotations | 2.9.0 | [CQ18146](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18146) |
|
||||
| com.fasterxml.jackson.core | jackson-core | 2.9.7 | [CQ18147](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18147) |
|
||||
| com.fasterxml.jackson.core | jackson-databind | 2.9.7 | [CQ18145](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18145) |
|
||||
| com.fasterxml.jackson.dataformat | jackson-dataformat-cbor | 2.9.8 | [CQ18974](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18974) |
|
||||
| com.github.ben-manes.caffeine | caffeine | 2.6.2 | [CQ17377](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=17377) |
|
||||
| com.github.gwtd3 | gwt-d3-api | 1.2.0 | [CQ13029](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13029) |
|
||||
| com.github.gwtd3 | gwt-d3-js | 3.5.11 | [CQ13030](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=13030) |
|
||||
|
||||
1
.3rd-party/compile.txt
vendored
1
.3rd-party/compile.txt
vendored
@@ -6,6 +6,7 @@ com.esotericsoftware:minlog:jar:1.3.0:compile
|
||||
com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
|
||||
com.fasterxml.jackson.core:jackson-core:jar:2.9.8:compile
|
||||
com.fasterxml.jackson.core:jackson-databind:jar:2.9.8:compile
|
||||
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.9.8:compile
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.8:compile
|
||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.8:compile
|
||||
com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.8:compile
|
||||
|
||||
4
.3rd-party/listDeps.sh
vendored
4
.3rd-party/listDeps.sh
vendored
@@ -10,12 +10,12 @@
|
||||
cd ..
|
||||
|
||||
# Provided and compile (excludes the test modules)
|
||||
mvn dependency:list -DexcludeGroupIds=org.eclipse,org.aspectj -pl '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' -Dsort=true -DoutputFile=dependencies.txt
|
||||
mvn dependency:list -B -DexcludeGroupIds=org.eclipse,org.aspectj -pl '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' -Dsort=true -DoutputFile=dependencies.txt
|
||||
find . -name dependencies.txt|while read i; do cat $i;done|grep '.*:.*:compile'| tr -d '[:blank:]'| sed -e 's/(optional)//'|sort|uniq > .3rd-party/compile.txt
|
||||
find . -name dependencies.txt|while read i; do cat $i;done|grep '.*:.*:provided'| tr -d '[:blank:]'| sed -e 's/(optional)//'|sort|uniq > .3rd-party/provided.txt
|
||||
|
||||
# Test dependencies
|
||||
mvn dependency:list -DexcludeGroupIds=org.eclipse -Dsort=true -DoutputFile=dependencies.txt
|
||||
mvn dependency:list -B -DexcludeGroupIds=org.eclipse -Dsort=true -DoutputFile=dependencies.txt
|
||||
find . -name dependencies.txt|while read i; do cat $i;done|grep '.*:.*:test'| tr -d '[:blank:]'| sed -e 's/(optional)//'|sort|uniq > .3rd-party/test.txt
|
||||
|
||||
# Cleanup temp files
|
||||
|
||||
Reference in New Issue
Block a user