diff --git a/classlib/pom.xml b/classlib/pom.xml index 85bcec9a9..feb133eec 100644 --- a/classlib/pom.xml +++ b/classlib/pom.xml @@ -76,7 +76,7 @@ org.ow2.asm - asm-debug-all + asm-util com.google.code.gson diff --git a/core/pom.xml b/core/pom.xml index a18082983..c88c77e11 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -51,7 +51,11 @@ org.ow2.asm - asm-debug-all + asm-commons + + + org.ow2.asm + asm-util com.carrotsearch diff --git a/pom.xml b/pom.xml index 22fcb9273..8b746ed95 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> + 4.0.0 org.teavm @@ -70,6 +71,7 @@ 2.47.2 2.6.2 2016.3.4 + 6.1.1 false 1 @@ -131,8 +133,13 @@ org.ow2.asm - asm-debug-all - 5.2 + asm-commons + ${asm.version} + + + org.ow2.asm + asm-util + ${asm.version} org.apache.maven diff --git a/samples/benchmark/pom.xml b/samples/benchmark/pom.xml index 2ccf4f3a3..83d47bbed 100644 --- a/samples/benchmark/pom.xml +++ b/samples/benchmark/pom.xml @@ -200,18 +200,6 @@ org.apache.maven.plugins maven-source-plugin - - org.netbeans.html - html4j-maven-plugin - 1.1 - - - - process-js-annotations - - - - org.apache.maven.plugins maven-javadoc-plugin diff --git a/tools/idea/idea-artifacts/dep-pom.xml b/tools/idea/idea-artifacts/dep-pom.xml index c1c087f67..0959fb6bf 100644 --- a/tools/idea/idea-artifacts/dep-pom.xml +++ b/tools/idea/idea-artifacts/dep-pom.xml @@ -115,7 +115,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.0.0 + 3.1.1 package diff --git a/tools/maven/plugin/pom.xml b/tools/maven/plugin/pom.xml index 17e564954..f84d47dbc 100644 --- a/tools/maven/plugin/pom.xml +++ b/tools/maven/plugin/pom.xml @@ -85,7 +85,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.3 + 3.5.1 true teavm