No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

28 líneas
1022 B

  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>mallink</artifactId>
  7. <groupId>com.simple</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>mallinkService</artifactId>
  12. <dependencies>
  13. <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
  14. <dependency>
  15. <groupId>com.squareup.okhttp3</groupId>
  16. <artifactId>okhttp</artifactId>
  17. <version>3.11.0</version>
  18. </dependency>
  19. <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
  20. <dependency>
  21. <groupId>org.dom4j</groupId>
  22. <artifactId>dom4j</artifactId>
  23. <version>2.1.1</version>
  24. </dependency>
  25. </dependencies>
  26. </project>