<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 <modelVersion>4.0.0</modelVersion>
 <parent>
  <groupId>org.gvsig</groupId>
  <artifactId>org.gvsig.busquedacatastral.app</artifactId>
  <version>1.0.214</version>
 </parent>
 <artifactId>org.gvsig.busquedacatastral.app.mainplugin</artifactId>
 <name>${project.artifactId}</name>

 <dependencies>
  <dependency>
   <groupId>org.gvsig</groupId>
   <artifactId>org.gvsig.busquedacatastral.lib.api</artifactId>
  </dependency>
  <dependency>
   <groupId>org.gvsig</groupId>
   <artifactId>org.gvsig.busquedacatastral.lib.impl</artifactId>
  </dependency>
  <dependency>
   <groupId>org.gvsig</groupId>
   <artifactId>org.gvsig.busquedacatastral.swing.api</artifactId>
  </dependency>
  <dependency>
   <groupId>org.gvsig</groupId>
   <artifactId>org.gvsig.busquedacatastral.swing.impl</artifactId>
  </dependency>
  <dependency>
   <groupId>org.gvsig</groupId>
   <artifactId>org.gvsig.app.mainplugin</artifactId>
   <scope>compile</scope>
  </dependency>

  <!--These dependencies are added to use the webservice and parse its response -->
  <dependency>
   <groupId>axis</groupId>
   <artifactId>axis-jaxrpc</artifactId>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.apache.axis</groupId>
   <artifactId>axis</artifactId>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>commons-discovery</groupId>
   <artifactId>commons-discovery</artifactId>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>wsdl4j</groupId>
   <artifactId>wsdl4j</artifactId>
   <scope>compile</scope>
  </dependency>


 </dependencies>

 <properties>
  <!-- Package info property values -->
  <gvsig.package.info.state>testing</gvsig.package.info.state>
  <gvsig.package.info.dependencies>required: org.gvsig.app.mainplugin -ge
   2.1.0-A</gvsig.package.info.dependencies>
  <gvsig.package.info.official>true</gvsig.package.info.official>
  <gvsig.package.info.name>Tools: Buscador Catastro (Spain)"</gvsig.package.info.name>
  <gvsig.package.info.description>Searchs for catastro info</gvsig.package.info.description>
  <gvsig.package.info.categories>Remote Services,Catastro</gvsig.package.info.categories>
  <gvsig.package.info.javaVM>j1_8</gvsig.package.info.javaVM>
  <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-busquedacatastral/pool</gvsig.package.info.poolURL>
 </properties>
</project>
