Revize 69a0ca98
Přidáno uživatelem Pavel Fidranský před asi 6 roky(ů)
sources/imiger-plugin-template/pom.xml | ||
---|---|---|
4 | 4 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 |
<modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 |
<parent> |
|
8 |
<artifactId>imiger</artifactId> |
|
9 |
<groupId>cz.zcu.kiv</groupId> |
|
10 |
<version>0.1.2-SNAPSHOT</version> |
|
11 |
<relativePath>../pom.xml</relativePath> |
|
12 |
</parent> |
|
13 |
|
|
7 | 14 |
<groupId>com.example.plugin</groupId> |
8 | 15 |
<artifactId>imiger-plugin-template</artifactId> |
9 | 16 |
<version>1.0-SNAPSHOT</version> |
... | ... | |
42 | 49 |
</build> |
43 | 50 |
|
44 | 51 |
<dependencies> |
52 |
<dependency> |
|
53 |
<groupId>cz.zcu.kiv</groupId> |
|
54 |
<artifactId>imiger-vo</artifactId> |
|
55 |
<version>0.1.2-SNAPSHOT</version> |
|
56 |
</dependency> |
|
57 |
|
|
45 | 58 |
<!-- Lib for JSON handling --> |
46 | 59 |
<dependency> |
47 | 60 |
<groupId>com.google.code.gson</groupId> |
Také k dispozici: Unified diff
[imiger-plugin-template] use imiger-vo classes instead of own copies