Remove objects with same displayId before creating new

Fix run deadlock on errors
This commit is contained in:
Chris Myers 2020-05-10 13:37:36 -06:00
parent ca58aa4f9d
commit 515c7634a2
22 changed files with 368 additions and 16027 deletions

View file

@ -5,7 +5,7 @@
<artifactId>iBioSim-learn</artifactId>
<parent>
<groupId>edu.utah.ece.async</groupId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../</relativePath>
<artifactId>iBioSim</artifactId>
</parent>
@ -65,7 +65,7 @@
<dependency>
<groupId>edu.utah.ece.async</groupId>
<artifactId>iBioSim-analysis</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>