Skip to content

Commit

Permalink
OPENNLP-1300: Upgrading UIMA dependency. (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn authored Mar 17, 2020
1 parent 6759745 commit 74530a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opennlp-uima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -28,7 +28,7 @@
<version>1.9.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>opennlp-uima</artifactId>
<packaging>jar</packaging>
<name>Apache OpenNLP UIMA Annotators</name>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>2.3.1</version>
<version>3.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 74530a1

Please sign in to comment.