Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theanuradha committed Jun 16, 2022
1 parent 5dddd2a commit 33dff58
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion entirej-rwt-rap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.jface</artifactId>
<version>3.19.0</version>
<exclusions>
<exclusion>
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.rap</groupId>
Expand All @@ -231,11 +237,23 @@
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.ui</artifactId>
<version>3.19.0</version>
<exclusions>
<exclusion>
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.rap</groupId>
<artifactId>org.eclipse.rap.ui.workbench</artifactId>
<version>3.12.0</version>
<version>3.19.0</version>
<exclusions>
<exclusion>
<groupId>org.osgi.service</groupId>
<artifactId>org.osgi.service.prefs</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.rap.incubator</groupId>
Expand Down

0 comments on commit 33dff58

Please sign in to comment.