Revision 43389 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.h2spatial.app/org.gvsig.h2spatial.app.mainplugin/pom.xml

View differences:

pom.xml
107 107
            <artifactId>java-network-analyzer</artifactId>
108 108
            <version>0.1.6</version>
109 109
        </dependency>
110
        <dependency>
111
            <groupId>org.orbisgis</groupId>
112
            <artifactId>poly2tri-core</artifactId>
113
            <version>0.1.2</version>
114
            <scope>runtime</scope>
115
        </dependency> 
116
        <dependency>
117
            <groupId>com.fasterxml.jackson.core</groupId>
118
            <artifactId>jackson-core</artifactId>
119
            <version>2.3.1</version>
120
            <scope>runtime</scope>
121
        </dependency> 
122
        <dependency>
123
            <groupId>org.apache.commons</groupId>
124
            <artifactId>commons-compress</artifactId>
125
            <version>1.9</version>
126
            <scope>runtime</scope>
127
        </dependency> 
110 128

  
111 129
        <dependency>
112 130
            <groupId>org.jgrapht</groupId>
......
118 136
            <groupId>com.h2database</groupId>
119 137
            <artifactId>h2</artifactId>
120 138
            <scope>compile</scope>
121
        </dependency>
122
        
139
        </dependency>           
123 140
    </dependencies>
124 141
    
125 142
    <build>

Also available in: Unified diff