File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/io/frictionlessdata/datapackage Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >io.frictionlessdata</groupId >
66 <artifactId >datapackage-java</artifactId >
7- <version >0.6.11 -SNAPSHOT</version >
7+ <version >0.6.12 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99 <issueManagement >
1010 <url >https://github.com/frictionlessdata/datapackage-java/issues</url >
2222 <java .version>8</java .version>
2323 <maven .compiler.source>${java.version} </maven .compiler.source>
2424 <maven .compiler.target>${java.version} </maven .compiler.target>
25- <tableschema-java-version >0.6.11 </tableschema-java-version >
25+ <tableschema-java-version >0.6.12 </tableschema-java-version >
2626 <hamcrest .version>1.3</hamcrest .version>
2727 <junit .version>5.9.1</junit .version>
2828 <slf4j-simple .version>2.0.5</slf4j-simple .version>
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ public List<Resource> getResources(){
240240 *
241241 * @return the resource names as a List.
242242 */
243+ @ JsonIgnore
243244 public List <String > getResourceNames (){
244245 return resources .stream ().map (Resource ::getName ).collect (Collectors .toList ());
245246 }
You can’t perform that action at this time.
0 commit comments