I believe all the dependencies
are apache-acceptable:
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
All sane - Jena already uses all of those.
You'll need NOTICE and LICENSE files.
0/ For the source distribution.
1/ For a maven build, (same as 0) - The N&L in ARQ or TDB will do as a
start.
2/ For a runnable jar, Eyeball is now reshipping other people's stuff so
rolled up NOTICE & LICENSE are needed.
See jena-fuseki/dist for it's N&L files which arte difefren tto the N&L
files in the directory jena-fuseki/ (the fuseki jar, no dependencies).
And the assembly that pustthem into the combined jar
(assembly-dist.xml).
Andy
(I'd delete build.xml myself).