Skip to content

Commit b156e3f

Browse files
committed
feat: add utility for class instrumentation
1 parent 59b3968 commit b156e3f

File tree

7 files changed

+469
-0
lines changed

7 files changed

+469
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
<artifactId>vaadin-core</artifactId>
6969
<optional>true</optional>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.ow2.asm</groupId>
73+
<artifactId>asm</artifactId>
74+
<version>9.8</version>
75+
<optional>true</optional>
76+
</dependency>
7177
<dependency>
7278
<groupId>tools.jackson.core</groupId>
7379
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)