We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b6c3b commit 6724a7fCopy full SHA for 6724a7f
pom.xml
@@ -24,6 +24,17 @@
24
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
25
</properties>
26
27
+ <repositories>
28
+ <repository>
29
+ <id>ardverk-snapshot</id>
30
+ <name>ardverk-snapshot</name>
31
+ <url>http://mvn.ardverk.org/repository/snapshot</url>
32
+ <snapshots>
33
+ <enabled>true</enabled>
34
+ </snapshots>
35
+ </repository>
36
+ </repositories>
37
+
38
<dependencies>
39
<!-- TODO: add junit tests -->
40
<!-- dependency>
@@ -71,7 +82,7 @@
71
82
<dependency>
72
83
<groupId>org.ardverk</groupId>
73
84
<artifactId>bee-encode</artifactId>
74
- <version>0.2</version>
85
+ <version>0.3-SNAPSHOT</version>
75
86
</dependency>
76
87
77
88
<groupId>org.codehaus.jackson</groupId>
0 commit comments