diff options
Diffstat (limited to 'BKULocal/pom.xml')
-rw-r--r-- | BKULocal/pom.xml | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 9704b7db..81cb3df8 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -94,6 +94,21 @@ <version>1.2.2-SNAPSHOT</version> </dependency> <dependency> + <groupId>at.gv.egiz</groupId> + <artifactId>BKUGuiExt</artifactId> + <version>1.2.2-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>at.gv.egiz</groupId> + <artifactId>smccSTALExt</artifactId> + <version>1.2.2-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>at.gv.egiz</groupId> + <artifactId>BKUViewer</artifactId> + <version>1.2.2-SNAPSHOT</version> + </dependency> + <dependency> <artifactId>BKUHelp</artifactId> <groupId>at.gv.egiz</groupId> <version>1.0</version> @@ -117,16 +132,6 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - <dependency> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUApplet</artifactId> - <version>1.2.2-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUViewer</artifactId> - <version>1.2.2-SNAPSHOT</version> - </dependency> </dependencies> <properties> |