pom.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <artifactId>ghjg-item-datashare-client</artifactId>
  6. <build>
  7. <plugins>
  8. <plugin>
  9. <artifactId>spring-boot-maven-plugin</artifactId>
  10. <configuration>
  11. <skip>true</skip>
  12. </configuration>
  13. <groupId>org.springframework.boot</groupId>
  14. </plugin>
  15. </plugins>
  16. </build>
  17. <dependencies>
  18. <dependency>
  19. <artifactId>lombok</artifactId>
  20. <groupId>org.projectlombok</groupId>
  21. </dependency>
  22. </dependencies>
  23. <description>ghjg-item-client</description>
  24. <groupId>com.shanghaichengdi</groupId>
  25. <modelVersion>4.0.0</modelVersion>
  26. <name>ghjg-item-client</name>
  27. <parent>
  28. <artifactId>ghjg-item-datashare</artifactId>
  29. <groupId>com.shanghaichengdi</groupId>
  30. <version>1.0-SNAPSHOT</version>
  31. </parent>
  32. <properties>
  33. <java.version>1.8</java.version>
  34. </properties>
  35. <version>0.0.1-SNAPSHOT</version>
  36. </project>