You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2020/01/08 18:57:45 UTC

[uima-uimaj] branch UIMA-6164_update_eclipse_plugin_dependencies updated: add provided scopes

This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch UIMA-6164_update_eclipse_plugin_dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/UIMA-6164_update_eclipse_plugin_dependencies by this push:
     new 682dd57  add provided scopes
682dd57 is described below

commit 682dd579d1a383bcaf2eeb9a3d4795809aa540bb
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Wed Jan 8 13:57:31 2020 -0500

    add provided scopes
---
 uimaj-ep-configurator/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index 2b3d13b..8c66d83 100644
--- a/uimaj-ep-configurator/pom.xml
+++ b/uimaj-ep-configurator/pom.xml
@@ -288,6 +288,7 @@
        <groupId>org.eclipse.platform</groupId>
        <artifactId>org.eclipse.ui</artifactId>
        <version>[3.108.1, 4.0.0)</version>
+       <scope>provided</scope>
        <exclusions>
          <exclusion>
            <groupId>org.eclipse.platform</groupId>
@@ -314,6 +315,7 @@
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>org.eclipse.jdt.ui</artifactId>
       <version>[3.12.0,4.0.0)</version>
+      <scope>provided</scope>
       <exclusions>
         <exclusion>
           <groupId>org.eclipse.platform</groupId>