Skip to content
Snippets Groups Projects

disable assistive technology

Merged Piotr Gawron requested to merge 1681-assistive-technology-issue into devel_16.2.x
20 files
+ 83
62
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -5,7 +5,7 @@
<parent>
<groupId>lcsb.mapviewer</groupId>
<artifactId>parent</artifactId>
<version>16.2.11</version>
<version>16.2.12</version>
</parent>
<artifactId>CellDesigner-plugin</artifactId>
<!-- dependency from the MapViewer model -->
@@ -50,19 +50,19 @@
<dependency>
<groupId>lcsb.mapviewer</groupId>
<artifactId>model</artifactId>
<version>16.2.11</version>
<version>16.2.12</version>
</dependency>
<dependency>
<groupId>lcsb.mapviewer</groupId>
<artifactId>commons</artifactId>
<version>16.2.11</version>
<version>16.2.12</version>
</dependency>
<dependency>
<groupId>lcsb.mapviewer</groupId>
<artifactId>converter-CellDesigner</artifactId>
<version>16.2.11</version>
<version>16.2.12</version>
</dependency>
<dependency>
Loading