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ů.
 
 
 
 
 

42 řádky
1.4 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.iformall</groupId>
  9. <version>1.0</version>
  10. </parent>
  11. <artifactId>mallinkBApi</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.iformall</groupId>
  15. <artifactId>mallinkService</artifactId>
  16. <version>1.0</version>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.iformall</groupId>
  20. <artifactId>mybatis-multi-tenancy</artifactId>
  21. <version>1.0</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>commons-fileupload</groupId>
  25. <artifactId>commons-fileupload</artifactId>
  26. <version>1.3.3</version>
  27. </dependency>
  28. </dependencies>
  29. <build>
  30. <plugins>
  31. <plugin>
  32. <groupId>org.springframework.boot</groupId>
  33. <artifactId>spring-boot-maven-plugin</artifactId>
  34. <configuration>
  35. <executable>true</executable>
  36. </configuration>
  37. </plugin>
  38. </plugins>
  39. </build>
  40. </project>