File tree Expand file tree Collapse file tree 3 files changed +18
-24
lines changed Expand file tree Collapse file tree 3 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 40
40
<outputDirectory >src/main/resources/java-money/defaults/FRB</outputDirectory >
41
41
<outputFile >H10_H10.XML</outputFile >
42
42
</configuration >
43
- <executions >
44
- <execution >
45
- <id >get-fallback-resource</id >
46
- <phase >process-resources</phase >
47
- <goals >
48
- <goal >wget</goal >
49
- </goals >
50
- </execution >
51
- </executions >
43
+ <!-- < executions> -- >
44
+ <!-- < execution> -- >
45
+ <!-- < id>get-fallback-resource</id> -- >
46
+ <!-- < phase>process-resources</phase> -- >
47
+ <!-- < goals> -- >
48
+ <!-- < goal>wget</goal> -- >
49
+ <!-- < /goals> -- >
50
+ <!-- < /execution> -- >
51
+ <!-- < /executions> -- >
52
52
</plugin >
53
53
</plugins >
54
54
</build >
Original file line number Diff line number Diff line change 40
40
<outputDirectory >src/main/resources/java-money/defaults/YAHOO</outputDirectory >
41
41
<outputFileName >finance.xml</outputFileName >
42
42
</configuration >
43
- <executions >
44
- <execution >
45
- <id >get-fallback-resource</id >
46
- <phase >process-resources</phase >
47
- <goals >
48
- <goal >wget</goal >
49
- </goals >
50
- </execution >
51
- </executions >
43
+ <!-- < executions> -- >
44
+ <!-- < execution> -- >
45
+ <!-- < id>get-fallback-resource</id> -- >
46
+ <!-- < phase>process-resources</phase> -- >
47
+ <!-- < goals> -- >
48
+ <!-- < goal>wget</goal> -- >
49
+ <!-- < /goals> -- >
50
+ <!-- < /execution> -- >
51
+ <!-- < /executions> -- >
52
52
</plugin >
53
53
</plugins >
54
54
</build >
Original file line number Diff line number Diff line change 247
247
<groupId >org.slf4j</groupId >
248
248
<artifactId >slf4j-api</artifactId >
249
249
</dependency >
250
- <!-- OSGI support -->
251
- <dependency >
252
- <groupId >org.testng</groupId >
253
- <artifactId >testng</artifactId >
254
- <scope >test</scope >
255
- </dependency >
256
250
</dependencies >
257
251
</project >
You can’t perform that action at this time.
0 commit comments