Skip to content

Commit caa1d60

Browse files
Removed automatic OWASP check, causing problems
1 parent e2f7afd commit caa1d60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.frictionlessdata</groupId>
55
<artifactId>tableschema-java</artifactId>
6-
<version>0.7.1-SNAPSHOT</version>
6+
<version>0.7.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<issueManagement>
99
<url>https://github.com/frictionlessdata/tableschema-java/issues</url>
@@ -201,7 +201,9 @@
201201
<executions>
202202
<execution>
203203
<goals>
204+
<!--
204205
<goal>check</goal>
206+
-->
205207
</goals>
206208
</execution>
207209
</executions>

0 commit comments

Comments
 (0)