Skip to content

Commit 7f92884

Browse files
committed
README
1 parent ba09109 commit 7f92884

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ Add the following elements to your project's `pom.xml` file:
3232
</dependency>
3333

3434
<!-- Required -->
35+
<dependency>
36+
<groupId>org.eclipse.swt</groupId>
37+
<artifactId>org.eclipse.swt.${osgi.platform}</artifactId> <!-- platform dependent -->
38+
<version>4.3.2</version> <!-- or newer -->
39+
</dependency>
40+
<dependency>
41+
<groupId>org.eclipse.platform</groupId>
42+
<artifactId>org.eclipse.jface</artifactId>
43+
<version>3.10.2</version> <!-- or newer -->
44+
</dependency>
3545
<dependency>
3646
<groupId>org.eclipse.platform</groupId>
3747
<artifactId>org.eclipse.core.commands</artifactId>

0 commit comments

Comments
 (0)