Commit f78fcc1d5ef8cde395364ba2ab9c936407063477
1 parent
a6d59dd2
Exists in
master
Inclusão da dependência com o Javassist
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
impl/core/pom.xml
... | ... | @@ -94,6 +94,12 @@ |
94 | 94 | <artifactId>slf4j-api</artifactId> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | + <groupId>org.javassist</groupId> | |
98 | + <artifactId>javassist</artifactId> | |
99 | + <version>3.14.0-GA</version> | |
100 | + </dependency> | |
101 | + | |
102 | + <dependency> | |
97 | 103 | <groupId>commons-configuration</groupId> |
98 | 104 | <artifactId>commons-configuration</artifactId> |
99 | 105 | <exclusions> | ... | ... |
parent/minimal/pom.xml