diff options
Diffstat (limited to 'BKUCommonGUI/pom.xml')
-rw-r--r-- | BKUCommonGUI/pom.xml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/BKUCommonGUI/pom.xml b/BKUCommonGUI/pom.xml index 9fecb661..feefa18b 100644 --- a/BKUCommonGUI/pom.xml +++ b/BKUCommonGUI/pom.xml @@ -21,6 +21,13 @@ <version>1.2.8-SNAPSHOT</version> <scope>compile</scope> </dependency> + <!-- see BKUFonts.pom + <dependency> + <groupId>at.gv.egiz</groupId> + <artifactId>BKUFonts</artifactId> + <version>1.0</version> + <scope>runtime</scope> + </dependency--> </dependencies> <build> <plugins> @@ -33,15 +40,4 @@ </plugin> </plugins> </build> - <!--build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build--> </project>
\ No newline at end of file |