Project

General

Profile

« Previous | Next » 

Revision bcb823d5

Added by Ben Stöver over 7 years ago

Missing dependency Apache commons.lang added to molecular.lib.
Single read alignment export feature now makes use of wizard. (Selecting which sequences to export is not yet supported.)

View differences:

eu.etaxonomy.taxeditor.molecular.lib/pom.xml
28 28
                bioinfweb-commons-swt, bioinfweb-commons-core,
29 29
                bioinfweb-commons-bio, bioinfweb-commons-swing,
30 30
                tic-core, libralign-biojava1, core, sequencing, 
31
                tic-swt, jphyloio-core, owlapi-xmlutils, commons-collections4</includeArtifactIds>
31
                tic-swt, jphyloio-core, owlapi-xmlutils, 
32
                commons-lang3, commons-collections4</includeArtifactIds>
32 33
              <outputDirectory>lib</outputDirectory>
33 34
              <overWriteReleases>true</overWriteReleases>
34 35
              <overWriteSnapshots>true</overWriteSnapshots>
......
179 180
      <version>1.9.2</version>
180 181
    </dependency>
181 182
    <!-- Apache commons -->
183
    <dependency>
184
        <groupId>org.apache.commons</groupId>
185
        <artifactId>commons-lang3</artifactId>
186
        <version>3.5</version>
187
    </dependency>
182 188
    <dependency>
183 189
      <groupId>org.apache.commons</groupId>
184 190
      <artifactId>commons-collections4</artifactId>

Also available in: Unified diff