Guest User

Untitled

a guest
Oct 28th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>${groupId}</groupId>
  5. <artifactId>${artifactId}</artifactId>
  6. <version>${version}</version>
  7. <packaging>war</packaging>
  8. <name>basicWebapp</name>
  9.  
  10.  
  11. <organization>
  12. <name>Test.</name>
  13. <url>test</url>
  14. </organization>
  15.  
  16.  
  17. <parent>
  18. <groupId>org.springframework</groupId>
  19. <artifactId>spring-context</artifactId>
  20. <version>6.1.14</version>
  21. </parent>
  22. <dependencies>
  23. <dependency>
  24. <groupId>org.springframework</groupId>
  25. <artifactId>spring-core</artifactId>
  26. <version>6.1.14</version>
  27. <scope>compile</scope>
  28. </dependency>
  29. </dependencies>
  30. </project>
Advertisement
Add Comment
Please, Sign In to add comment