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>net.pterodactylus</groupId>
4 <artifactId>sone</artifactId>
5 <version>0.8.6</version>
8 <groupId>net.pterodactylus</groupId>
9 <artifactId>utils</artifactId>
10 <version>0.12.3</version>
13 <groupId>junit</groupId>
14 <artifactId>junit</artifactId>
15 <version>4.11</version>
19 <groupId>org.mockito</groupId>
20 <artifactId>mockito-all</artifactId>
21 <version>1.9.5</version>
25 <groupId>org.freenetproject</groupId>
26 <artifactId>fred</artifactId>
27 <version>0.7.5.1405</version>
28 <scope>provided</scope>
31 <groupId>org.freenetproject</groupId>
32 <artifactId>freenet-ext</artifactId>
34 <scope>provided</scope>
37 <groupId>com.google.inject</groupId>
38 <artifactId>guice</artifactId>
39 <version>3.0</version>
42 <groupId>com.google.guava</groupId>
43 <artifactId>guava</artifactId>
44 <version>14.0-rc1</version>
47 <groupId>commons-lang</groupId>
48 <artifactId>commons-lang</artifactId>
49 <version>2.6</version>
52 <groupId>com.fasterxml.jackson.core</groupId>
53 <artifactId>jackson-databind</artifactId>
54 <version>2.1.2</version>
59 <id>pterodactylus</id>
60 <url>http://maven.pterodactylus.net/</url>
64 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
69 <groupId>org.apache.maven.plugins</groupId>
70 <artifactId>maven-compiler-plugin</artifactId>
71 <version>2.0.2</version>
78 <groupId>org.apache.maven.plugins</groupId>
79 <artifactId>maven-jar-plugin</artifactId>
80 <version>2.2</version>
84 <Plugin-Main-Class>net.pterodactylus.sone.main.SonePlugin</Plugin-Main-Class>
90 <groupId>org.apache.maven.plugins</groupId>
91 <artifactId>maven-assembly-plugin</artifactId>
92 <version>2.2-beta-5</version>
95 <descriptorRef>jar-with-dependencies</descriptorRef>
98 <duplicateBehavior>skip</duplicateBehavior>
102 <Plugin-Main-Class>net.pterodactylus.sone.main.SonePlugin</Plugin-Main-Class>
108 <id>make-assembly</id>
109 <phase>package</phase>
117 <groupId>org.apache.maven.plugins</groupId>
118 <artifactId>maven-javadoc-plugin</artifactId>
119 <version>2.7</version>
121 <detectLinks>true</detectLinks>
122 <detectJavaApiLink>true</detectJavaApiLink>
124 <footer>© 2010–2013 David ‘Bombe’ Roden</footer>