File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
xtraplatform-ogc-wfs-proxy
src/main/java/de/ii/ogc/wfs/proxy Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616apply plugin : ' maven-publish'
1717apply plugin : ' com.jfrog.bintray'
1818
19- version = ' 1.1.0 '
19+ version = ' 1.1.1 '
2020
2121// version += '-SNAPSHOT'
2222
Original file line number Diff line number Diff line change 1- version = ' 1.1.0 '
1+ version = ' 1.1.1 '
22// version += '-SNAPSHOT'
33
44dependencies {
Original file line number Diff line number Diff line change 1010 */
1111package de .ii .ogc .wfs .proxy ;
1212
13+ import com .fasterxml .jackson .annotation .JsonIgnore ;
14+
1315import java .util .List ;
1416
1517/**
@@ -63,6 +65,7 @@ public void setMappings(WfsProxyFeatureTypeMapping mappings) {
6365 this .mappings = mappings ;
6466 }
6567
68+ @ JsonIgnore
6669 public boolean isEnabled () {
6770 List <TargetMapping > baseMapping = mappings .findMappings (namespace + ":" + name , TargetMapping .BASE_TYPE );
6871
You can’t perform that action at this time.
0 commit comments