From acaec942a13fe9859f1fe60e3ceae00bf3e17963 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Sat, 10 Oct 2015 08:36:56 +0300 Subject: [PATCH] Get rid of teavm-dom dependencies --- samples/benchmark/pom.xml | 8 +------- samples/hello/pom.xml | 6 ------ samples/kotlin/pom.xml | 2 +- samples/storage/pom.xml | 8 +------- samples/video/pom.xml | 8 +------- 5 files changed, 4 insertions(+), 28 deletions(-) diff --git a/samples/benchmark/pom.xml b/samples/benchmark/pom.xml index 378ee7c83..4b1bfd80a 100644 --- a/samples/benchmark/pom.xml +++ b/samples/benchmark/pom.xml @@ -27,13 +27,7 @@ org.teavm - teavm-jso - ${project.version} - provided - - - org.teavm - teavm-dom + teavm-jso-apis ${project.version} provided diff --git a/samples/hello/pom.xml b/samples/hello/pom.xml index ff9ea0b65..b07252129 100644 --- a/samples/hello/pom.xml +++ b/samples/hello/pom.xml @@ -42,12 +42,6 @@ ${project.version} provided - - org.teavm - teavm-dom - ${project.version} - provided - javax.servlet javax.servlet-api diff --git a/samples/kotlin/pom.xml b/samples/kotlin/pom.xml index 1af5c380a..ce44c2989 100644 --- a/samples/kotlin/pom.xml +++ b/samples/kotlin/pom.xml @@ -53,7 +53,7 @@ org.teavm - teavm-dom + teavm-jso-apis ${project.version} provided diff --git a/samples/storage/pom.xml b/samples/storage/pom.xml index 3537a4fce..4bea360f1 100644 --- a/samples/storage/pom.xml +++ b/samples/storage/pom.xml @@ -38,13 +38,7 @@ org.teavm - teavm-jso - ${project.version} - provided - - - org.teavm - teavm-dom + teavm-jso-apis ${project.version} provided diff --git a/samples/video/pom.xml b/samples/video/pom.xml index 77502485e..02867ca12 100644 --- a/samples/video/pom.xml +++ b/samples/video/pom.xml @@ -38,13 +38,7 @@ org.teavm - teavm-jso - ${project.version} - provided - - - org.teavm - teavm-dom + teavm-jso-apis ${project.version} provided