Skip to content

Commit f2e1022

Browse files
committed
HTM-1963: Introduce org.geotools:gt-excel-writer
1 parent b04c036 commit f2e1022

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ SPDX-License-Identifier: MIT
319319
<groupId>org.geotools</groupId>
320320
<artifactId>gt-epsg-hsql</artifactId>
321321
</dependency>
322+
<dependency>
323+
<groupId>org.geotools</groupId>
324+
<artifactId>gt-excel-writer</artifactId>
325+
<version>[35-SNAPSHOT,)</version>
326+
</dependency>
322327
<dependency>
323328
<groupId>org.geotools</groupId>
324329
<artifactId>gt-http</artifactId>
@@ -683,6 +688,14 @@ SPDX-License-Identifier: MIT
683688
<name>Releases hosted by OSGeo</name>
684689
<url>https://repo.osgeo.org/repository/release/</url>
685690
</repository>
691+
<repository>
692+
<snapshots>
693+
<enabled>true</enabled>
694+
</snapshots>
695+
<id>repo.b3p.nl</id>
696+
<name>B3Partners public repository</name>
697+
<url>https://repo.b3p.nl/nexus/repository/public/</url>
698+
</repository>
686699
</repositories>
687700
<pluginRepositories />
688701
<build>

0 commit comments

Comments
 (0)