diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e420ee4b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/* diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..22a1daf2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,37 @@ + + 4.0.0 + apollo + 1.0 + apollo-rsps + + + org.apache.commons + commons-compress + 1.1 + + + org.jruby + jruby-complete + 1.7.9 + + + com.google.collections + google-collections + 1.0 + + + io.netty + netty + 3.3.0.Final + compile + + + junit + junit + 4.11 + + + \ No newline at end of file