AramekPLTV

Untitled

Feb 9th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. 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.  
  5. <groupId>pl.ibukkit</groupId>
  6. <artifactId>IBdrop</artifactId>
  7. <version>0.1</version>
  8. <packaging>jar</packaging>
  9.  
  10. <repositories>
  11. <repository>
  12. <id>bukkit-repo</id>
  13. <url>http://repo.bukkit.org/content/groups/public/</url>
  14. </repository>
  15. <repository>
  16. <id>drtshock-repo</id>
  17. <url>http://ci.drtshock.com/plugin/repository/everything</url>
  18. </repository>
  19. </repositories>
  20.  
  21. <name>IBdrop</name>
  22. <url>http://maven.apache.org</url>
  23.  
  24. <properties>
  25. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  26. </properties>
  27.  
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.bukkit</groupId>
  31. <artifactId>bukkit</artifactId>
  32. <version>1.6.4-R2.1-SNAPSHOT</version>
  33. <type>jar</type>
  34. </dependency>
  35. <dependency>
  36. <groupId>junit</groupId>
  37. <artifactId>junit</artifactId>
  38. <version>3.8.1</version>
  39. <scope>test</scope>
  40. </dependency>
  41. </dependencies>
  42. </project>
Advertisement
Add Comment
Please, Sign In to add comment