Skip to content

Commit

Permalink
explicitly add akka-http as dependency to connectivity-service
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Aug 27, 2021
1 parent 7fb60f5 commit 0c76de6
Showing 1 changed file with 40 additions and 33 deletions.
73 changes: 40 additions & 33 deletions connectivity/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,49 @@
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-base-service</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-models-acks</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-models-signalenrichment</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-models-placeholders</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-persistence</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-persistent-actors</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-protocol</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-search</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-aggregator</artifactId>
</dependency>

<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bytebuffer</artifactId>
</dependency>

<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>long</artifactId>
</dependency>

<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
Expand All @@ -63,6 +97,7 @@
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
</dependency>

<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-client</artifactId>
Expand All @@ -84,40 +119,12 @@
<artifactId>akka-stream-kafka_${scala.version}</artifactId>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-models-acks</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-models-signalenrichment</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-models-placeholders</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-persistence</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-persistent-actors</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-protocol</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-search</artifactId>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_${scala.version}</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.ditto</groupId>
<artifactId>ditto-internal-utils-aggregator</artifactId>
<groupId>org.mozilla</groupId>
<artifactId>rhino-runtime</artifactId>
</dependency>

<!-- note: the order of classindex and jmh-generator-annprocess is important (classindex before
Expand Down

0 comments on commit 0c76de6

Please sign in to comment.