数字医信 外呼快速启动集成包
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

51 řádky
1.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.szyx</groupId>
  8. <artifactId>spring-boot-starter</artifactId>
  9. <version>0.2.3-SNAPSHOT</version>
  10. <relativePath>../pom.xml</relativePath>
  11. </parent>
  12. <artifactId>szyx-chatbots-spring-boot-starter</artifactId>
  13. <packaging>jar</packaging>
  14. <properties>
  15. <maven.compiler.source>1.8</maven.compiler.source>
  16. <maven.compiler.target>1.8</maven.compiler.target>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.szyx</groupId>
  22. <artifactId>szyx-chatbots-spring-boot-autoconfigure</artifactId>
  23. <version>0.2.3-SNAPSHOT</version>
  24. </dependency>
  25. </dependencies>
  26. <distributionManagement>
  27. <repository>
  28. <snapshots>
  29. <updatePolicy>always</updatePolicy>
  30. <enabled>true</enabled>
  31. </snapshots>
  32. <id>snapshots</id>
  33. <url>http://nexus.51trust.net/repository/maven-snapshots/</url>
  34. </repository>
  35. </distributionManagement>
  36. <repositories>
  37. <repository>
  38. <id>51trust</id>
  39. <name>51trust</name>
  40. <url>http://nexus.51trust.net/repository/maven-public/</url>
  41. </repository>
  42. </repositories>
  43. </project>