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
815 B

1 year ago
1 year ago
1 year ago
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.antoniofrische</groupId>
  6. <artifactId>PerifericoAdvisor</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <name>19-MovieAdvisor</name>
  9. <description>Ejemplo que integra todos los conocimientos del curso de Spring.</description>
  10. <dependencies>
  11. <dependency>
  12. <groupId>org.springframework</groupId>
  13. <artifactId>spring-context</artifactId>
  14. <version>5.0.8.RELEASE</version>
  15. </dependency>
  16. </dependencies>
  17. <properties>
  18. <maven.compiler.source>1.8</maven.compiler.source>
  19. <maven.compiler.target>1.8</maven.compiler.target>
  20. </properties>
  21. </project>