File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments