Skip to content

Commit 8faf4da

Browse files
committed
Fixed GML related build error
1 parent 030a7b3 commit 8faf4da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

catalog/ddms/catalog-ddms-transformer/src/test/java/org/codice/alliance/ddms/v2/Ddms20InputTransformerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@
3636
import org.codice.alliance.ddms.types.RestrictionAttributes;
3737
import org.codice.ddf.transformer.xml.streaming.Gml3ToWkt;
3838
import org.codice.ddf.transformer.xml.streaming.impl.Gml3ToWktImpl;
39-
import org.geotools.gml3.GMLConfiguration;
4039
import org.junit.Before;
4140
import org.junit.Test;
4241

4342
public class Ddms20InputTransformerTest {
4443

45-
private final Gml3ToWkt gml3ToWkt = new Gml3ToWktImpl(new GMLConfiguration());
44+
private final Gml3ToWkt gml3ToWkt = Gml3ToWktImpl.newGml3ToWkt();
4645

4746
private Ddms20InputTransformer ddms20InputTransformer;
4847

0 commit comments

Comments
 (0)