Changeset 7667
- Timestamp:
- 03/22/11 16:46:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/wiscscan-java/pom.xml
r7657 r7667 29 29 <dependency> 30 30 <groupId>${bio-formats.groupId}</groupId> 31 <artifactId> bio-formats</artifactId>31 <artifactId>loci-common</artifactId> 32 32 <version>${bio-formats.version}</version> 33 <scope>runtime</scope>34 33 </dependency> 34 35 35 <dependency> 36 36 <groupId>${bio-formats.groupId}</groupId> 37 <artifactId> loci-common</artifactId>37 <artifactId>bio-formats</artifactId> 38 38 <version>${bio-formats.version}</version> 39 39 <scope>runtime</scope>
Note: See TracChangeset
for help on using the changeset viewer.