cloudstate-proxy-core_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>cloudstate-proxy-core_2.13</artifactId>
<version>0.6.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.cloudstate</groupId>
<artifactId>cloudstate-proxy-core_2.13</artifactId>
<packaging>jar</packaging>
<description>cloudstate-proxy-core</description>
<url>https://cloudstate.io</url>
<version>0.6.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>cloudstate-proxy-core</name>
<inceptionYear>2019</inceptionYear>
<organization>
<name>Lightbend Inc.</name>
<url>https://lightbend.com</url>
</organization>
<scm>
<url>https://github.com/cloudstateio/cloudstate</url>
<connection>scm:git@github.com:cloudstateio/cloudstate.git</connection>
</scm>
<developers>
<developer>
<id>jroper</id>
<name>James Roper</name>
<url>https://jazzy.id.au</url>
<email>james@jazzy.id.au</email>
</developer>
<developer>
<id>viktorklang</id>
<name>Viktor Klang</name>
<url>https://viktorklang.com</url>
<email>viktor.klang@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>graal-tools_2.13</artifactId>
<version>0.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>cloudstate-testkit_2.13</artifactId>
<version>0.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_2.13</artifactId>
<version>0.10.7</version>
</dependency>
<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-runtime_2.13</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.30.2</version>
</dependency>
<dependency>
<groupId>org.agrona</groupId>
<artifactId>agrona</artifactId>
<version>0.9.29</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-remote_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>1.30.2</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.15.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence-query_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-slf4j_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-discovery_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-cluster-typed_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.13</artifactId>
<version>10.1.12</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-spray-json_2.13</artifactId>
<version>10.1.12</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-core_2.13</artifactId>
<version>10.1.12</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http2-support_2.13</artifactId>
<version>10.1.12</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-cluster-sharding_2.13</artifactId>
<version>2.6.9</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.lmdbjava</groupId>
<artifactId>lmdbjava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.lightbend.akka.management</groupId>
<artifactId>akka-management-cluster-bootstrap_2.13</artifactId>
<version>1.0.8</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.lightbend.akka.discovery</groupId>
<artifactId>akka-discovery-kubernetes-api_2.13</artifactId>
<version>1.0.8</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.lightbend.akka</groupId>
<artifactId>akka-projection-core_2.13</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.lightbend.akka</groupId>
<artifactId>akka-projection-eventsourced_2.13</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.lightbend.akka</groupId>
<artifactId>akka-projection-testkit_2.13</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.11.4</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.0.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.13</artifactId>
<version>2.6.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.13</artifactId>
<version>2.6.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-testkit_2.13</artifactId>
<version>10.1.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.aeron</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.agrona</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
</project>