You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/08/08 19:31:26 UTC

[directory-scimple] branch develop updated: Eliminates references to GWT (since the SCIM Tools Studio module was not migrated

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

smoyer1 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git


The following commit(s) were added to refs/heads/develop by this push:
     new e66c522  Eliminates references to GWT (since the SCIM Tools Studio module was not migrated
e66c522 is described below

commit e66c52270f5ec095368161f2aa5ded3ad60358cd
Author: Steve Moyer <sm...@psu.edu>
AuthorDate: Wed Aug 8 15:31:16 2018 -0400

    Eliminates references to GWT (since the SCIM Tools Studio module was not migrated
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb29973..3458a86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,8 +36,6 @@
     <maven.compiler.source>8</maven.compiler.source>
     <maven.compiler.target>8</maven.compiler.target>
 
-    <!-- TODO: is this needed? -->
-    <version.gwt>2.8.0</version.gwt>
     <version.jackson>2.9.5</version.jackson>
     <version.lombok>1.16.14</version.lombok>
     <version.lombok.plugin>${version.lombok}.0</version.lombok.plugin>
@@ -274,13 +272,6 @@
         <version>1.4.6</version>
         <scope>test</scope>
       </dependency>
-      <dependency>
-        <groupId>com.google.gwt</groupId>
-        <artifactId>gwt</artifactId>
-        <version>${version.gwt}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
     </dependencies>
   </dependencyManagement>