Hi Svante,

welcome back :)

On 11.09.2013 17:56, Svante Schubert wrote:
Nevertheless as Rob stated already, there are other usages, as the
rdf.rdfa package is a SAX-based java RDFa parser.
Still I was able to change the dependency from
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.rdfa</artifactId>
             <version>0.1-incubating</version>
         </dependency>
to
         <dependency>
             <groupId>net.rootdev</groupId>
             <artifactId>java-rdfa</artifactId>
             <version>0.4.2</version>
         </dependency>

The latter has a BSD license and should work out fine.

After that I had only to adjust in the GRDDLTest.java, where the Assert,
which was strangely set to
import com.ibm.icu.impl.Assert;
and switched it into
import org.junit.Assert;

and the build & tests worked out fine under Windows building with "mvn
clean install -Ppedantic".


Thanks for taking care of this. I will take this opportunity to review our license and notice files again. The dependency on Clerezza included a lot of transitive dependencies that we now don't need anymore.

Regards
Florian

--
Florian Hopf
Freelance Software Developer

http://blog.florian-hopf.de

Reply via email to