You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
937 B

1 year ago
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>com.kevinsignes</groupId>
  4. <artifactId>AnimalAdvisor</artifactId>
  5. <version>0.0.1-SNAPSHOT</version>
  6. <name>AnimalAdvisor</name>
  7. <description>Actividad Juanjito Springcore</description>
  8. <dependencies>
  9. <!-- https://mvnrepository.com/artifact/org.springframework/spring-context -->
  10. <dependency>
  11. <groupId>org.springframework</groupId>
  12. <artifactId>spring-context</artifactId>
  13. <version>6.0.0</version>
  14. </dependency>
  15. <!--https://www.baeldung.com/spring-postconstruct-predestroy -->
  16. <dependency>
  17. <groupId>javax.annotation</groupId>
  18. <artifactId>javax.annotation-api</artifactId>
  19. <version>1.3.2</version>
  20. </dependency>
  21. </dependencies>
  22. </project>