Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Aug 21, 2016
1 parent 3d26ab7 commit e642cfe
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions docs/user/tutorial/map/style.rst
Expand Up @@ -17,29 +17,12 @@ Style is all about looking good. In this lab we are going to learn the basics of
Style
======

Please ensure your pom.xml includes the following::
Please ensure your pom.xml includes the following:

<properties>
<geotools.version>2.7-M2</geotools.version>
</properties>

<dependencies>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-shapefile</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-swing</artifactId>
<version>${geotools.version}</version>
</dependency>
</dependencies>
.. literalinclude:: artifacts/pom.xml
:language: xml
:start-after: </properties>
:end-before: <repositories>

Example
-------
Expand Down

0 comments on commit e642cfe

Please sign in to comment.