Skip to content

Commit aee8791

Browse files
author
Sam Pullara
committed
remove asm from provided section
1 parent a8c6a9b commit aee8791

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

compiler/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,6 @@
5353
<version>12.0</version>
5454
</dependency>
5555

56-
<!-- ASM -->
57-
<dependency>
58-
<groupId>org.ow2.asm</groupId>
59-
<artifactId>asm-commons</artifactId>
60-
<version>4.0</version>
61-
<scope>provided</scope>
62-
</dependency>
63-
<dependency>
64-
<groupId>org.ow2.asm</groupId>
65-
<artifactId>asm-util</artifactId>
66-
<version>4.0</version>
67-
<scope>provided</scope>
68-
</dependency>
69-
7056
<!-- Scala -->
7157
<dependency>
7258
<groupId>org.scala-lang</groupId>

compiler/src/test/java/com/github/mustachejava/codes/CodeCompileTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)