Skip to content

Commit

Permalink
Merge pull request #742 from henrypinkard/refactor_zmq
Browse files Browse the repository at this point in the history
Refactor python-java bridge into seperate project
  • Loading branch information
henrypinkard authored Apr 2, 2024
2 parents 6f03251 + 53d4c40 commit bcbc754
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 2,769 deletions.
11 changes: 6 additions & 5 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.micro-manager.pycro-manager</groupId>
<artifactId>PycroManagerJava</artifactId>
<version>0.44.9</version>
<version>0.45.0</version>
<packaging>jar</packaging>
<name>Pycro-Manager Java</name>
<description>The Java components of Pycro-Manager</description>
Expand Down Expand Up @@ -41,11 +41,12 @@
</licenses>

<dependencies>
<dependency>
<groupId>org.zeromq</groupId>
<artifactId>jeromq</artifactId>
<version>0.5.1</version>
<dependency>
<groupId>org.micro-manager.pyjavaz</groupId>
<artifactId>PyJavaZ</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>org.micro-manager.mmcorej</groupId>
<artifactId>MMCoreJ</artifactId>
Expand Down

This file was deleted.

38 changes: 0 additions & 38 deletions java/src/main/java/org/micromanager/internal/zmq/ZMQClient.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bcbc754

Please sign in to comment.