All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.apache.rocketmq.rocketmq-thin-client.pom.xml Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
<?xml version="1.0" encoding="utf-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  
  <parent> 
    <artifactId>rocketmq-java</artifactId>  
    <groupId>org.apache.rocketmq</groupId>  
    <version>5.0.0-alpha7</version> 
  </parent>  
  <modelVersion>4.0.0</modelVersion>  
  <artifactId>rocketmq-thin-client</artifactId>  
  <properties> 
    <maven.compiler.release>8</maven.compiler.release>  
    <project.root>${basedir}/..</project.root> 
  </properties>  
  <dependencies> 
    <dependency> 
      <groupId>${project.groupId}</groupId>  
      <artifactId>rocketmq-utility</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>${project.groupId}</groupId>  
      <artifactId>rocketmq-proto</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>com.google.protobuf</groupId>  
      <artifactId>protobuf-java-util</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>com.google.guava</groupId>  
      <artifactId>guava</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>com.google.code.gson</groupId>  
      <artifactId>gson</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>org.apache.commons</groupId>  
      <artifactId>commons-lang3</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>org.slf4j</groupId>  
      <artifactId>slf4j-api</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>org.slf4j</groupId>  
      <artifactId>jul-to-slf4j</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>${project.groupId}</groupId>  
      <artifactId>rocketmq-logback-shaded</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>${project.groupId}</groupId>  
      <artifactId>rocketmq-opentelemetry</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>org.testng</groupId>  
      <artifactId>testng</artifactId> 
    </dependency>  
    <dependency> 
      <groupId>org.mockito</groupId>  
      <artifactId>mockito-core</artifactId> 
    </dependency> 
  </dependencies>  
  <contributors><contributor><properties><provider>[email protected]</provider><codeName>rocketmq-java-client</codeName><codeUrl>['[email protected]:rocketmq-client/rocketmq-java.git']@['commit e15fb4f85ebcf998d15024535a48a63d5d73c91c']</codeUrl><description>contributors added by SCM Plugin, please don't modify it!</description></properties></contributor></contributors>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy