Skip to content

Commit ddc76d9

Browse files
committed
Manage version of org.openmicroscopy:ome-codecs
1 parent 459392c commit ddc76d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,10 @@
12161216
<com.zeroc.glacier2.version>${glacier2.version}</com.zeroc.glacier2.version>
12171217
<com.zeroc.ice.version>${ice.version}</com.zeroc.ice.version>
12181218

1219+
<!-- OME Codecs - https://github.com/ome/ome-codecs -->
1220+
<ome-codecs.version>1.1.0</ome-codecs.version>
1221+
<org.openmicroscopy.ome-codecs.version>${ome-codecs.version}</org.openmicroscopy.ome-codecs.version>
1222+
12191223
<!-- OME Common Java - https://github.com/ome/ome-common-java -->
12201224
<ome-common.version>6.0.21</ome-common.version>
12211225
<org.openmicroscopy.ome-common.version>${ome-common.version}</org.openmicroscopy.ome-common.version>
@@ -3818,6 +3822,13 @@
38183822
</exclusions>
38193823
</dependency>
38203824

3825+
<!-- OME Codecs - https://github.com/ome/ome-codecs -->
3826+
<dependency>
3827+
<groupId>org.openmicroscopy</groupId>
3828+
<artifactId>ome-codecs</artifactId>
3829+
<version>${org.openmicroscopy.ome-codecs.version}</version>
3830+
</dependency>
3831+
38213832
<!-- OME Common Java - https://github.com/ome/ome-common-java -->
38223833
<dependency>
38233834
<groupId>org.openmicroscopy</groupId>

0 commit comments

Comments
 (0)