Skip to content

Commit 9c6e085

Browse files
committed
chore: include moneta api
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent dcab13b commit 9c6e085

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

02-01-code-design-principle/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
</properties>
2727

2828
<dependencies>
29+
<dependency>
30+
<groupId>org.javamoney.moneta</groupId>
31+
<artifactId>moneta-core</artifactId>
32+
<version>1.4.5</version>
33+
</dependency>
2934
<dependency>
3035
<groupId>org.jboss.weld.se</groupId>
3136
<artifactId>weld-se-shaded</artifactId>

0 commit comments

Comments
 (0)