diff -r ef38580e4e37 build.xml --- a/build.xml Sat Dec 24 05:33:17 2016 +0100 +++ b/build.xml Mon Jan 16 00:18:25 2017 +0100 @@ -556,6 +556,48 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+
+ + + + + + + + @@ -588,26 +630,6 @@ - - - - - - - - - - - - - - - - - - - @@ -621,27 +643,7 @@ - - - - -
- - - - - - -
-
-
-
- - - - - @@ -656,7 +658,7 @@ - + diff -r ef38580e4e37 maven/pom-template.xml --- a/maven/pom-template.xml Sat Dec 24 05:33:17 2016 +0100 +++ b/maven/pom-template.xml Mon Jan 16 00:18:25 2017 +0100 @@ -34,4 +34,138 @@ Frank Wierzbicki + + + 5.0.4 + 1.54 + 4.1.6.Final + + + + + org.antlr + antlr-runtime + 3.1.3 + + + + org.ow2.asm + asm + ${asm.version} + + + org.ow2.asm + asm-commons + ${asm.version} + + + org.ow2.asm + asm-util + ${asm.version} + + + + org.bouncycastle + bcpkix-jdk15on + ${bouncycastle.version} + + + org.bouncycastle + bcprov-jdk15on + ${bouncycastle.version} + + + + org.apache.commons + commons-compress + 1.12 + + + + com.google.guava + guava + 20.0 + + + + com.ibm.icu + icu4j + 58.1 + + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-resolver + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + + com.carrotsearch + java-sizeof + 0.0.5 + + + + xerces + xercesImpl + 2.11.0 + + + + jline + jline + 2.14.2 + + + + com.github.jnr + jnr-ffi + 2.1.0 + + + com.github.jnr + jnr-netdb + 1.1.6 + + + com.github.jnr + jnr-posix + 3.0.31 + + + com.github.jnr + jnr-constants + 0.9.5 + + + com.github.jnr + jffi + 1.2.13 + +