Revision 38096 branches/v2_0_0_prep/extensions/extEditing/pom.xml

View differences:

pom.xml
17 17
-  Insert geometric elements (circle, rectangle, ellipse, etc.)
18 18
- Copy / move / rotate / scale graphic elements..
19 19
- Vertex editing
20
- Complex sellection based on different geometric criteria
21 20
- Undo / redo
22 21
- Command window
23 22
- Snapping
......
84 83
            <artifactId>org.gvsig.timesupport.lib.api</artifactId>
85 84
            <scope>compile</scope>
86 85
        </dependency>
87
        <!-- TODO: we shouldn't have the following implementation compile dependencies -->
88 86
        <dependency>
89 87
            <groupId>org.gvsig</groupId>
90 88
            <artifactId>org.gvsig.fmap.geometry</artifactId>
91
            <classifier>impl</classifier>
92
            <scope>compile</scope>
93
        </dependency>
94
        <dependency>
95
            <groupId>org.gvsig</groupId>
96
            <artifactId>org.gvsig.fmap.geometry</artifactId>
97 89
            <classifier>operation</classifier>
98 90
            <scope>compile</scope>
99 91
        </dependency>

Also available in: Unified diff