Add utils.json dependency.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 10:23:13 +0000 (12:23 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 21 Oct 2010 10:23:13 +0000 (12:23 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index bec9d83..109159c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>26</version>
                        <scope>provided</scope>
                </dependency>
+               <dependency>
+                       <groupId>net.pterodactylus</groupId>
+                       <artifactId>utils.json</artifactId>
+                       <version>0.1-SNAPSHOT</version>
+               </dependency>
        </dependencies>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>