pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>org.ruoyi</groupId>
  6. <artifactId>live-chat-clients</artifactId>
  7. <version>${revision}</version>
  8. <relativePath>../pom.xml</relativePath>
  9. </parent>
  10. <packaging>jar</packaging>
  11. <artifactId>live-chat-client-douyin</artifactId>
  12. <name>live-chat-client-douyin</name>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>org.ruoyi</groupId>
  19. <artifactId>live-chat-client-servers-netty-client</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.google.protobuf</groupId>
  23. <artifactId>protobuf-java-util</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>ch.qos.logback</groupId>
  27. <artifactId>logback-classic</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.junit.jupiter</groupId>
  31. <artifactId>junit-jupiter</artifactId>
  32. <version>${junit-jupiter.version}</version>
  33. <scope>test</scope>
  34. </dependency>
  35. </dependencies>
  36. </project>