Skip to content

Executable Test Suite for WFS 2.0 DGIWG Implementation Profile

Notifications You must be signed in to change notification settings

elasticlabs/ets-wfs20-dgiwg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ETS DGIWG WFS20

Forked from Official Opengeospatial GitHub repository.

Additions

To ensure proper build with TEAMEngine 5.4 and verisonning aligment with other DGIWG application profile based ETS, we modified the following in pom.xml:

Fixed version mismatch with tag

<artifactId>ets-wfs20-dgiwg</artifactId>
<version>0.4</version>

Setup consistent versioning with ets-wfs20 parent ETS in our TEAMEngine dockerized environment to ensure proper build.

<dependency>
  <groupId>org.opengis.cite</groupId>
  <artifactId>ets-wfs20</artifactId>
  <version>1.34</version>
</dependency>

About

Executable Test Suite for WFS 2.0 DGIWG Implementation Profile

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • CSS 0.3%