Skip to content

Commit e2f7afd

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ jobs:
2626
run: mvn -B package --file pom.xml
2727
- name: Run test and coverage report
2828
run: mvn clean test jacoco:report
29-
- name: Run dependency check
30-
run: mvn org.owasp:dependency-check-maven:check

pom.xml

Lines changed: 1 addition & 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.0-SNAPSHOT</version>
6+
<version>0.7.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<issueManagement>
99
<url>https://github.com/frictionlessdata/tableschema-java/issues</url>

0 commit comments

Comments
 (0)