Switch to unified view

a/pom.xml b/pom.xml
...
...
169
            <groupId>net.sourceforge.owlapi</groupId>
169
            <groupId>net.sourceforge.owlapi</groupId>
170
            <artifactId>owlapi-distribution</artifactId>
170
            <artifactId>owlapi-distribution</artifactId>
171
            <version>3.4.10</version>
171
            <version>3.4.10</version>
172
        </dependency>
172
        </dependency>
173
        <dependency>
173
        <dependency>
174
            <groupId>com.hp.hpl.jena</groupId>
174
            <groupId>org.apache.jena</groupId>
175
            <artifactId>arq</artifactId>
175
            <artifactId>jena-arq</artifactId>
176
            <version>2.8.3</version>
176
            <version>2.12.0</version>
177
        </dependency>
177
        </dependency>
178
        <dependency>
178
        <dependency>
179
            <groupId>net.sourceforge.owlapi</groupId>
179
            <groupId>net.sourceforge.owlapi</groupId>
180
            <artifactId>owlapi-tutorial</artifactId>
180
            <artifactId>owlapi-tutorial</artifactId>
181
            <version>3.3</version>
181
            <version>3.3</version>