From b6a1572b249b4cbe4bc758196fbb7bb16da998e2 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 13 Mar 2012 16:57:40 +0000 Subject: [PATCH] added some extra dependencies that kinda should come from the kotlin compiler but at least it makes the tests run more reliably with maven with and without localKotlin profiles --- libraries/website/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libraries/website/pom.xml b/libraries/website/pom.xml index 33772cc9496..88931aa0fbe 100644 --- a/libraries/website/pom.xml +++ b/libraries/website/pom.xml @@ -31,6 +31,19 @@ ${project.version} test + + + asm + asm-util + 3.3 + test + + + asm + asm-commons + 3.3 + test + junit junit