Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

36 linhas
1.0 KiB

  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <artifactId>mallink</artifactId>
  8. <groupId>com.simple</groupId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>mallinkAdmin</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.simple</groupId>
  15. <artifactId>mallinkService</artifactId>
  16. <version>1.0</version>
  17. </dependency>
  18. </dependencies>
  19. <build>
  20. <plugins>
  21. <plugin>
  22. <groupId>org.springframework.boot</groupId>
  23. <artifactId>spring-boot-maven-plugin</artifactId>
  24. <configuration>
  25. <executable>true</executable>
  26. </configuration>
  27. </plugin>
  28. </plugins>
  29. </build>
  30. </project>