Skip to content

Commit

Permalink
Add local copy of unreleased library javaslang-render
Browse files Browse the repository at this point in the history
javaslang-render is a rendering library from the javaslang-project. It can help with drawing ASTs.

Currently there is no release of javaslang-render, therefore a binary jar was built and added to src/main/resources.
  • Loading branch information
romildo committed Oct 10, 2016
1 parent 8527dce commit 08d2091
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,34 @@
<artifactId>jcommander</artifactId>
<version>1.58</version>
</dependency>

<dependency>
<groupId>com.github.vbmacher</groupId>
<artifactId>java-cup-runtime</artifactId>
<version>11b-20160615</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>

<dependency>
<groupId>io.javaslang</groupId>
<artifactId>javaslang</artifactId>
<version>2.0.4</version>
</dependency>

<dependency>
<groupId>io.javaslang</groupId>
<artifactId>javaslang-render</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>
${project.basedir}/src/main/resources/javaslang-render.jar
</systemPath>
</dependency>
</dependencies>

<build>
Expand Down
Binary file added src/main/resources/javaslang-render.jar
Binary file not shown.

0 comments on commit 08d2091

Please sign in to comment.