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,6 +94,12 @@ | ||
94 | <artifactId>slf4j-api</artifactId> | 94 | <artifactId>slf4j-api</artifactId> |
95 | </dependency> | 95 | </dependency> |
96 | <dependency> | 96 | <dependency> |
97 | + <groupId>org.javassist</groupId> | ||
98 | + <artifactId>javassist</artifactId> | ||
99 | + <version>3.14.0-GA</version> | ||
100 | + </dependency> | ||
101 | + | ||
102 | + <dependency> | ||
97 | <groupId>commons-configuration</groupId> | 103 | <groupId>commons-configuration</groupId> |
98 | <artifactId>commons-configuration</artifactId> | 104 | <artifactId>commons-configuration</artifactId> |
99 | <exclusions> | 105 | <exclusions> |
parent/minimal/pom.xml
@@ -88,6 +88,6 @@ | @@ -88,6 +88,6 @@ | ||
88 | </repositories> | 88 | </repositories> |
89 | 89 | ||
90 | <properties> | 90 | <properties> |
91 | - <demoiselle.junit.version>2.3.0-RC1</demoiselle.junit.version> | 91 | + <demoiselle.junit.version>2.3.0-RC1-SNAPSHOT</demoiselle.junit.version> |
92 | </properties> | 92 | </properties> |
93 | </project> | 93 | </project> |