Revision 562 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.main/pom.xml

View differences:

pom.xml
71 71
		</dependency>
72 72
		<dependency>
73 73
			<groupId>org.gvsig</groupId>
74
			<artifactId>org.gvsig.fmap.geometry.generalpath</artifactId>
74
			<artifactId>${org.gvsig.fmap.geometry.impl}</artifactId>
75 75
			<scope>runtime</scope>
76 76
		</dependency>
77 77
		<dependency>
78 78
			<groupId>org.gvsig</groupId>
79
			<artifactId>org.gvsig.fmap.geometry.operation</artifactId>
79
			<artifactId>${org.gvsig.fmap.geometry.operation.impl}</artifactId>
80 80
			<scope>runtime</scope>
81 81
		</dependency>
82 82
		<dependency>
......
178 178
			<artifactId>xml-apis</artifactId>
179 179
			<version>2.0.2</version>
180 180
		</dependency>
181
		
181

  
182 182
		<!-- Native dependencies. To test with other arch -->
183 183
		<!-- change classifier of dependency -->
184
		
184

  
185 185
		<dependency>
186 186
			<groupId>org.jogamp.gluegen</groupId>
187 187
			<artifactId>gluegen-rt</artifactId>
......
196 196
			<scope>runtime</scope>
197 197
			<version>2.2.1</version>
198 198
		</dependency>
199
		
200 199

  
200

  
201 201
		<!-- View3D dependencies -->
202 202
    <dependency>
203 203
      <groupId>org.gvsig</groupId>

Also available in: Unified diff