pom.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>ad-engine</artifactId>
  7. <groupId>com.tzld.piaoquan</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ad-engine-commons</artifactId>
  12. <version>1.0.0</version>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. <maven.compiler.source>1.8</maven.compiler.source>
  16. <maven.compiler.target>1.8</maven.compiler.target>
  17. </properties>
  18. <dependencies>
  19. <!-- <dependency>-->
  20. <!-- <groupId>net.devh</groupId>-->
  21. <!-- <artifactId>grpc-client-spring-boot-starter</artifactId>-->
  22. <!-- <version>2.9.0.RELEASE</version>-->
  23. <!-- </dependency>-->
  24. <!-- <dependency>-->
  25. <!-- <groupId>org.projectlombok</groupId>-->
  26. <!-- <artifactId>lombok</artifactId>-->
  27. <!-- <version>1.18.22</version>-->
  28. <!-- </dependency>-->
  29. </dependencies>
  30. </project>