Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  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. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>groupId</groupId>
  8. <artifactId>fuglkrigServer</artifactId>
  9. <version>3.3.9</version>
  10. <packaging>jar</packaging>
  11. <name>fuglkrigServer</name>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.json</groupId>
  15. <artifactId>json</artifactId>
  16. <version>20160212</version>
  17. </dependency>
  18. </dependencies>
  19. <build>
  20. <plugins>
  21. <plugin>
  22. <groupId>org.apache.maven.plugins</groupId>
  23. <artifactId>maven-compiler-plugin</artifactId>
  24. <version>3.5.1</version>
  25. <configuration>
  26. <source>1.8</source>
  27. <target>1.8</target>
  28. </configuration>
  29. </plugin>
  30.  
  31.  
  32.  
  33. </plugins>
  34. </build>
  35. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement