File tree Expand file tree Collapse file tree
src/main/java/com/github/jsonldjava/tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# run ./jsonldplayground for the usage
88
99if [ ! -d " tools/target/appassembler/bin" ]; then
10- mvn -quiet clean install
10+ mvn -quiet clean install -DskipTests
1111fi
1212
1313chmod u+x tools/target/appassembler/bin/*
14- tools/target/appassembler/bin/jsonldplayground
14+ tools/target/appassembler/bin/jsonldplayground " $@ "
Original file line number Diff line number Diff line change 3838 <artifactId >jopt-simple</artifactId >
3939 <version >4.6</version >
4040 </dependency >
41+ <dependency >
42+ <groupId >org.openrdf.sesame</groupId >
43+ <artifactId >sesame-rio-nquads</artifactId >
44+ <scope >runtime</scope >
45+ </dependency >
46+ <dependency >
47+ <groupId >org.openrdf.sesame</groupId >
48+ <artifactId >sesame-rio-turtle</artifactId >
49+ <version >${sesame.version} </version >
50+ <scope >runtime</scope >
51+ </dependency >
52+ <dependency >
53+ <groupId >org.openrdf.sesame</groupId >
54+ <artifactId >sesame-rio-rdfxml</artifactId >
55+ <version >${sesame.version} </version >
56+ <scope >runtime</scope >
57+ </dependency >
58+ <dependency >
59+ <groupId >org.openrdf.sesame</groupId >
60+ <artifactId >sesame-rio-rdfjson</artifactId >
61+ <version >${sesame.version} </version >
62+ <scope >runtime</scope >
63+ </dependency >
64+ <dependency >
65+ <groupId >org.openrdf.sesame</groupId >
66+ <artifactId >sesame-rio-ntriples</artifactId >
67+ <version >${sesame.version} </version >
68+ <scope >runtime</scope >
69+ </dependency >
70+ <dependency >
71+ <groupId >org.openrdf.sesame</groupId >
72+ <artifactId >sesame-rio-trig</artifactId >
73+ <version >${sesame.version} </version >
74+ <scope >runtime</scope >
75+ </dependency >
76+ <dependency >
77+ <groupId >org.openrdf.sesame</groupId >
78+ <artifactId >sesame-rio-trix</artifactId >
79+ <version >${sesame.version} </version >
80+ <scope >runtime</scope >
81+ </dependency >
4182 </dependencies >
4283
4384 <build >
You can’t perform that action at this time.
0 commit comments