You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

2 years ago
  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>cc.mrbird</groupId>
  8. <artifactId>febs-cloud</artifactId>
  9. <version>2.2-RELEASE</version>
  10. <relativePath>../febs-cloud/pom.xml</relativePath>
  11. </parent>
  12. <artifactId>febs-server</artifactId>
  13. <version>2.2-RELEASE</version>
  14. <packaging>pom</packaging>
  15. <name>FEBS-Server</name>
  16. <description>FEBS-Server服务提供模块</description>
  17. <modules>
  18. <module>febs-server-system</module>
  19. <module>febs-server-generator</module>
  20. <module>febs-server-job</module>
  21. <module>febs-server-fastdfs</module>
  22. </modules>
  23. <dependencies>
  24. <dependency>
  25. <groupId>net.logstash.logback</groupId>
  26. <artifactId>logstash-logback-encoder</artifactId>
  27. <version>${logstash-logback-encoder.version}</version>
  28. </dependency>
  29. </dependencies>
  30. </project>