Skip to content

Commit 19690ea

Browse files
Bump of TableSchema version
1 parent fcf24fc commit 19690ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<java.version>8</java.version>
2121
<maven.compiler.source>${java.version}</maven.compiler.source>
2222
<maven.compiler.target>${java.version}</maven.compiler.target>
23-
<tableschema-java-version>0.4.0</tableschema-java-version>
23+
<tableschema-java-version>0.5.0</tableschema-java-version>
2424
<hamcrest.version>1.3</hamcrest.version>
2525
<junit.version>5.9.1</junit.version>
2626
<slf4j-simple.version>2.0.5</slf4j-simple.version>
@@ -263,5 +263,11 @@
263263
<artifactId>tableschema-java</artifactId>
264264
<version>${tableschema-java-version}</version>
265265
</dependency>
266+
<dependency>
267+
<groupId>io.frictionlessdata</groupId>
268+
<artifactId>tableschema-java</artifactId>
269+
<version>0.5.0-SNAPSHOT</version>
270+
<scope>compile</scope>
271+
</dependency>
266272
</dependencies>
267273
</project>

0 commit comments

Comments
 (0)