Skip to content

Commit 0064ce2

Browse files
committed
Removed testng, disabled auto download.
1 parent a2f9c51 commit 0064ce2

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

exchange/exchange-rate-frb/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<outputDirectory>src/main/resources/java-money/defaults/FRB</outputDirectory>
4141
<outputFile>H10_H10.XML</outputFile>
4242
</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>-->
5252
</plugin>
5353
</plugins>
5454
</build>

exchange/exchange-rate-yahoo/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
<outputDirectory>src/main/resources/java-money/defaults/YAHOO</outputDirectory>
4141
<outputFileName>finance.xml</outputFileName>
4242
</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>-->
5252
</plugin>
5353
</plugins>
5454
</build>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,5 @@
247247
<groupId>org.slf4j</groupId>
248248
<artifactId>slf4j-api</artifactId>
249249
</dependency>
250-
<!-- OSGI support -->
251-
<dependency>
252-
<groupId>org.testng</groupId>
253-
<artifactId>testng</artifactId>
254-
<scope>test</scope>
255-
</dependency>
256250
</dependencies>
257251
</project>

0 commit comments

Comments
 (0)