Skip to content

Commit

Permalink
Keep the jline dependency only in the 2.10 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos committed Jun 26, 2015
1 parent 529293b commit 10edaf9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@
</plugins>
</build>
<profiles>
<profile>
<id>scala-2.10</id>
<activation>
<property><name>!scala-2.11</name></property>
</activation>
<dependencies>
<dependency>
<groupId>${jline.groupid}</groupId>
<artifactId>jline</artifactId>
<version>${jline.version}</version>
</dependency>
</dependencies>
</profile>

<profile>
<id>scala-2.11</id>
<activation>
Expand Down

0 comments on commit 10edaf9

Please sign in to comment.