pom.xml 561 B

1234567891011121314
  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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>test</groupId>
  4. <artifactId>test</artifactId>
  5. <version>0.0.1-SNAPSHOT</version>
  6. <name>test</name>
  7. <dependencies>
  8. <dependency>
  9. <groupId>org.apache.logging.log4j</groupId>
  10. <artifactId>log4j-core</artifactId>
  11. <version>2.14.0</version>
  12. </dependency>
  13. </dependencies>
  14. </project>