diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:38:47 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:38:47 +0000 |
commit | 95d725e44ae052a61126fd977a4d763b5bb71848 (patch) | |
tree | 18d6bdf64fca7457b93f0b9bebdadc0c70ddaea6 /smccSTALExt/pom.xml | |
parent | 63849218b150a658f347598d7c82a72cfc9cdace (diff) | |
download | mocca-95d725e44ae052a61126fd977a4d763b5bb71848.tar.gz mocca-95d725e44ae052a61126fd977a4d763b5bb71848.tar.bz2 mocca-95d725e44ae052a61126fd977a4d763b5bb71848.zip |
added util dependency to smccSTALExt to access IdentityLink Class
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1038 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smccSTALExt/pom.xml')
-rw-r--r-- | smccSTALExt/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/smccSTALExt/pom.xml b/smccSTALExt/pom.xml index 03a27e2f..3eb1e059 100644 --- a/smccSTALExt/pom.xml +++ b/smccSTALExt/pom.xml @@ -23,5 +23,10 @@ <artifactId>BKUGuiExt</artifactId> <version>${project.parent.version}</version> </dependency> + <dependency> + <groupId>at.gv.egiz</groupId> + <artifactId>utils</artifactId> + <version>${project.parent.version}</version> + </dependency> </dependencies> </project>
\ No newline at end of file |