Skip to content

Commit 6f13b80

Browse files
committed
Working on #353
1 parent 7a177aa commit 6f13b80

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

moneta-convert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<modules>
1616
<module>moneta-convert-base</module>
1717
<module>moneta-convert-ecb</module>
18-
<!--
18+
<!-- FIXME this is only temporary to isolate ECB from IMF issues
1919
<module>moneta-convert-imf</module>
2020
-->
2121
</modules>

moneta/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
167167
<baseDir>${project.basedir}</baseDir>
168168
<imagesDir>src/main/asciidoc/images/</imagesDir>
169169
<embedAssets>true</embedAssets>
170-
<!-- eruby>erubis</eruby -->
171170
</configuration>
172171
<executions>
173172
<execution>
@@ -228,7 +227,7 @@
228227
<artifactId>moneta-convert</artifactId>
229228
<version>${project.version}</version>
230229
</dependency>
231-
<!--
230+
<!-- FIXME this is only temporary to isolate ECB from IMF issues
232231
<dependency>
233232
<groupId>org.javamoney.moneta</groupId>
234233
<artifactId>moneta-convert-imf</artifactId>

0 commit comments

Comments
 (0)