Switch to unified view

a/pom.xml b/pom.xml
...
...
158
            <version>1.1.1</version>
158
            <version>1.1.1</version>
159
        </dependency>
159
        </dependency>
160
        <dependency>
160
        <dependency>
161
            <groupId>net.sourceforge.owlapi</groupId>
161
            <groupId>net.sourceforge.owlapi</groupId>
162
            <artifactId>owlapi-distribution</artifactId>
162
            <artifactId>owlapi-distribution</artifactId>
163
            <version>3.4.5</version>
163
            <version>3.4.10</version>
164
      </dependency>
165
      <dependency>
166
          <groupId>net.sourceforge.owlapi</groupId>
167
          <artifactId>owlapi-tutorial</artifactId>
168
          <version>3.3</version>
164
        </dependency>
169
        </dependency>
165
        <dependency>
170
        <dependency>
166
            <groupId>commons-cli</groupId>
171
            <groupId>commons-cli</groupId>
167
            <artifactId>commons-cli</artifactId>
172
            <artifactId>commons-cli</artifactId>
168
            <version>1.2</version>
173
            <version>1.2</version>