Skip to content

Commit

Permalink
updated legal/dependencies files - still with a lot TODOs for CQs to …
Browse files Browse the repository at this point in the history
…create

* excluded non-needed dependencies from Kamon

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Jul 24, 2020
1 parent 31337b5 commit bc930dd
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 558 deletions.
12 changes: 8 additions & 4 deletions bom/pom.xml
Expand Up @@ -81,7 +81,7 @@
-->
<js.long.version>3.2.0</js.long.version>

<caffeine.version>2.8.0</caffeine.version>
<caffeine.version>2.8.5</caffeine.version>
<classindex.version>3.8</classindex.version>

<!-- ### Testing dependencies versions -->
Expand Down Expand Up @@ -470,8 +470,8 @@
<version>${kamon-system-metrics.version}</version>
<exclusions>
<exclusion>
<groupId>io.kamon</groupId>
<artifactId>sigar-loader</artifactId>
<groupId>com.github.oshi</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -481,7 +481,11 @@
<version>${kamon-prometheus.version}</version>
<exclusions>
<exclusion>
<groupId>org.nanohttpd</groupId>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
Expand Down
126 changes: 62 additions & 64 deletions legal/3rd-party-dependencies/compile.txt
@@ -1,51 +1,51 @@
ch.qos.logback:logback-classic:jar:1.2.3:compile
ch.qos.logback:logback-core:jar:1.2.3:compile
com.ajjpj.simple-akka-downing:simple-akka-downing_2.12:jar:0.9.2:compile
com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
com.fasterxml.jackson.core:jackson-core:jar:2.10.2:compile
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.10.2:compile
com.github.ben-manes.caffeine:caffeine:jar:2.8.0:compile
com.github.jnr:jffi:jar:1.2.16:compile
com.github.jnr:jnr-constants:jar:0.9.9:compile
com.github.jnr:jnr-ffi:jar:2.1.7:compile
com.fasterxml.jackson.core:jackson-core:jar:2.10.5:compile
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.10.5:compile
com.github.ben-manes.caffeine:caffeine:jar:2.8.5:compile
com.github.jnr:jffi:jar:1.2.18:compile
com.github.jnr:jffi:jar:native:1.2.18:compile
com.github.jnr:jnr-a64asm:jar:1.0.0:compile
com.github.jnr:jnr-constants:jar:0.9.12:compile
com.github.jnr:jnr-ffi:jar:2.1.9:compile
com.github.jnr:jnr-x86asm:jar:1.0.2:compile
com.github.luben:zstd-jni:jar:1.3.7-1:compile
com.github.scullxbones:akka-persistence-mongo-common_2.12:jar:2.3.1:compile
com.github.scullxbones:akka-persistence-mongo-scala_2.12:jar:2.3.1:compile
com.hivemq:hivemq-mqtt-client:jar:1.1.4:compile
com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.12:jar:1.0.4:compile
com.lightbend.akka.management:akka-management_2.12:jar:1.0.4:compile
com.lightbend.akka.management:akka-management-cluster-bootstrap_2.12:jar:1.0.4:compile
com.lightbend.akka.management:akka-management-cluster-http_2.12:jar:1.0.4:compile
com.newmotion:akka-rabbitmq_2.12:jar:5.0.0:compile
com.rabbitmq:amqp-client:jar:5.4.2:compile
com.typesafe.akka:akka-actor_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-cluster_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-cluster-sharding_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-cluster-tools_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-coordination_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-discovery_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-distributed-data_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-http_2.12:jar:10.1.11:compile
com.typesafe.akka:akka-http-core_2.12:jar:10.1.11:compile
com.typesafe.akka:akka-http-spray-json_2.12:jar:10.1.11:compile
com.typesafe.akka:akka-parsing_2.12:jar:10.1.11:compile
com.typesafe.akka:akka-persistence_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-persistence-query_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-protobuf_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-remote_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-slf4j_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-stream_2.12:jar:2.5.29:compile
com.typesafe.akka:akka-stream-kafka_2.12:jar:1.0.5:compile
com.typesafe:config:jar:1.3.4:compile
com.typesafe:ssl-config-core_2.12:jar:0.3.8:compile
io.aeron:aeron-client:jar:1.15.1:compile
io.aeron:aeron-driver:jar:1.15.1:compile
com.github.luben:zstd-jni:jar:1.4.4-7:compile
com.github.scullxbones:akka-persistence-mongo-common_2.13:jar:3.0.2:compile
com.github.scullxbones:akka-persistence-mongo-scala_2.13:jar:3.0.2:compile
com.hierynomus:asn-one:jar:0.4.0:compile
com.hivemq:hivemq-mqtt-client:jar:1.2.0:compile
com.lightbend.akka.discovery:akka-discovery-kubernetes-api_2.13:jar:1.0.8:compile
com.lightbend.akka.management:akka-management_2.13:jar:1.0.8:compile
com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:jar:1.0.8:compile
com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.8:compile
com.newmotion:akka-rabbitmq_2.13:jar:5.1.2:compile
com.rabbitmq:amqp-client:jar:5.7.3:compile
com.typesafe.akka:akka-actor_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-cluster_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-cluster-sharding_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-cluster-tools_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-coordination_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-discovery_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-distributed-data_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-http_2.13:jar:10.2.0-RC2:compile
com.typesafe.akka:akka-http-core_2.13:jar:10.2.0-RC2:compile
com.typesafe.akka:akka-http-spray-json_2.13:jar:10.2.0-RC2:compile
com.typesafe.akka:akka-parsing_2.13:jar:10.2.0-RC2:compile
com.typesafe.akka:akka-persistence_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-persistence-query_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-pki_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-protobuf-v3_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-remote_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-slf4j_2.13:jar:2.6.8:compile
com.typesafe.akka:akka-stream_2.13:jar:2.6.8:compile
com.typesafe:config:jar:1.4.0:compile
com.typesafe:ssl-config-core_2.13:jar:0.4.1:compile
io.jsonwebtoken:jjwt-api:jar:0.10.7:compile
io.jsonwebtoken:jjwt-impl:jar:0.10.7:compile
io.kamon:kamon-core_2.12:jar:1.1.2:compile
io.kamon:kamon-prometheus_2.12:jar:1.1.1:compile
io.kamon:kamon-system-metrics_2.12:jar:1.0.0:compile
io.kamon:kamon-core_2.13:jar:2.1.4:compile
io.kamon:kamon-prometheus_2.13:jar:2.1.4:compile
io.kamon:kamon-system-metrics_2.13:jar:2.1.4:compile
io.netty:netty-buffer:jar:4.1.48.Final:compile
io.netty:netty-codec-http:jar:4.1.48.Final:compile
io.netty:netty-codec:jar:4.1.48.Final:compile
Expand All @@ -56,39 +56,37 @@ io.netty:netty-transport:jar:4.1.48.Final:compile
io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.48.Final:compile
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.48.Final:compile
io.netty:netty-transport-native-unix-common:jar:4.1.48.Final:compile
io.reactivex.rxjava2:rxjava:jar:2.2.5:compile
io.spray:spray-json_2.12:jar:1.3.5:compile
nl.grons:metrics4-akka_a25_2.12:jar:4.0.8:compile
nl.grons:metrics4-scala_2.12:jar:4.0.8:compile
org.agrona:agrona:jar:0.9.31:compile
io.reactivex.rxjava2:rxjava:jar:2.2.19:compile
io.spray:spray-json_2.13:jar:1.3.5:compile
nl.grons:metrics4-akka_a25_2.13:jar:4.1.5:compile
nl.grons:metrics4-scala_2.13:jar:4.1.5:compile
org.agrona:agrona:jar:1.4.1:compile
org.apache.geronimo.specs:geronimo-jms_2.0_spec:jar:1.0-alpha-2:compile
org.apache.kafka:kafka-clients:jar:2.1.1:compile
org.apache.kafka:kafka-clients:jar:2.5.0:compile
org.apache.qpid:proton-j:jar:0.33.2:compile
org.apache.qpid:qpid-jms-client:jar:0.45.0:compile
org.atteo.classindex:classindex:jar:3.8:compile
org.hdrhistogram:HdrHistogram:jar:2.1.9:compile
org.lmdbjava:lmdbjava:jar:0.6.1:compile
org.lz4:lz4-java:jar:1.5.0:compile
org.mongodb:bson:jar:3.11.0:compile
org.mongodb:mongodb-driver-async:jar:3.11.0:compile
org.mongodb:mongodb-driver-core:jar:3.11.0:compile
org.mongodb:mongodb-driver-reactivestreams:jar:1.12.0:compile
org.mongodb:mongo-java-driver:jar:3.11.0:compile
org.mongodb.scala:mongo-scala-bson_2.12:jar:2.7.0:compile
org.mongodb.scala:mongo-scala-driver_2.12:jar:2.7.0:compile
org.lmdbjava:lmdbjava:jar:0.7.0:compile
org.lz4:lz4-java:jar:1.7.1:compile
org.mongodb:bson:jar:3.12.4:compile
org.mongodb:mongodb-driver-async:jar:3.12.2:compile
org.mongodb:mongodb-driver-core:jar:3.12.4:compile
org.mongodb:mongodb-driver-reactivestreams:jar:1.13.1:compile
org.mongodb:mongo-java-driver:jar:3.12.4:compile
org.mongodb.scala:mongo-scala-bson_2.13:jar:2.9.0:compile
org.mongodb.scala:mongo-scala-driver_2.13:jar:2.9.0:compile
org.mozilla:rhino-runtime:jar:1.7.12:compile
org.ow2.asm:asm-analysis:jar:7.2:compile
org.ow2.asm:asm-commons:jar:7.2:compile
org.ow2.asm:asm:jar:7.2:compile
org.ow2.asm:asm-tree:jar:7.2:compile
org.ow2.asm:asm-util:jar:7.2:compile
org.reactivestreams:reactive-streams:jar:1.0.3:compile
org.scala-lang.modules:scala-collection-compat_2.12:jar:2.1.1:compile
org.scala-lang.modules:scala-java8-compat_2.12:jar:0.8.0:compile
org.scala-lang.modules:scala-parser-combinators_2.12:jar:1.1.0:compile
org.scala-lang:scala-library:jar:2.12.10:compile
org.scala-lang:scala-reflect:jar:2.12.10:compile
org.scala-lang.modules:scala-java8-compat_2.13:jar:0.9.0:compile
org.scala-lang.modules:scala-parser-combinators_2.13:jar:1.1.2:compile
org.scala-lang:scala-library:jar:2.13.3:compile
org.scala-lang:scala-reflect:jar:2.13.3:compile
org.slf4j:slf4j-api:jar:1.7.28:compile
org.webjars.npm:bytebuffer:jar:5.0.1:compile
org.webjars.npm:long:jar:3.2.0:compile
org.xerial.snappy:snappy-java:jar:1.1.7.2:compile
org.xerial.snappy:snappy-java:jar:1.1.7.3:compile

0 comments on commit bc930dd

Please sign in to comment.