Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Mar 22, 2019
1 parent 566dda5 commit 4186c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@
<dependency>
<groupId>de.embl.cba</groupId>
<artifactId>table-utils</artifactId>
<version>0.2.06</version>
<version>0.2.07</version>
</dependency>

<dependency>
<groupId>de.embl.cba</groupId>
<artifactId>bdv-utils</artifactId>
<version>0.2.08</version>
<version>0.2.10</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public void run()
tableRowImageSegments,
imageSourcesModel );

view.getTableRowsTableView().categoricalColumnNames().add( "label_id" );

final ImageSegmentsBdvView bdvView = view.getImageSegmentsBdvView();

new PlatyBrowserMainFrame( bdvView );
Expand Down

0 comments on commit 4186c07

Please sign in to comment.