Skip to content

Commit b860b29

Browse files
authored
Update Readme.md
1 parent 4f4e23a commit b860b29

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Readme.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,7 @@ Please check out the following projects:
1818

1919
1. Create an empty maven project.
2020
2. Add MagpieBridge and Gson into the pom.xml of your project (see [here](https://github.com/MagpieBridge/Tutorial2/blob/master/pom.xml)).
21-
~~~
22-
<dependencies>
23-
<dependency>
24-
<groupId>magpiebridge</groupId>
25-
<artifactId>magpiebridge</artifactId>
26-
<version>0.0.6</version>
27-
</dependency>
28-
<dependency>
29-
<groupId>com.google.code.gson</groupId>
30-
<artifactId>gson</artifactId>
31-
<version>2.8.6</version>
32-
</dependency>
33-
</dependencies>
34-
~~~
21+
3522
3. Create a mainClass called [TutorialMain.java](https://github.com/MagpieBridge/Tutorial2/blob/master/src/main/java/TutorialMain.java) in your project and add `maven-shade-plugin` to the pom.xml and speicify the mainClass under configuration (see [here](https://github.com/MagpieBridge/Tutorial2/blob/master/pom.xml)). This is used to create a JAR file containing every dependency you need for running your language server.
3623
~~~
3724
<plugin>

0 commit comments

Comments
 (0)