Skip to content

Commit

Permalink
Specified current scalap version and changed scope of it to test
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaPeukert committed May 2, 2018
1 parent f2b0c20 commit a49cf13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions enterprise/cypher/spec-suite-tools/LICENSES.txt
Expand Up @@ -286,9 +286,6 @@ BSD License
Cucumber-JVM Repackaged Dependencies
ParaNamer Core
Scala Compiler
scala-parser-combinators
scala-xml
Scalap
------------------------------------------------------------------------------

Copyright (c) <year>, <copyright holder>
Expand Down
3 changes: 0 additions & 3 deletions enterprise/cypher/spec-suite-tools/NOTICE.txt
Expand Up @@ -65,9 +65,6 @@ BSD License
Cucumber-JVM Repackaged Dependencies
ParaNamer Core
Scala Compiler
scala-parser-combinators
scala-xml
Scalap

Bouncy Castle License
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs
Expand Down
7 changes: 7 additions & 0 deletions enterprise/cypher/spec-suite-tools/pom.xml
Expand Up @@ -199,6 +199,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scalap</artifactId>
<version>${scala.version}</version>
<scope>test</scope>
</dependency>

<!-- other -->

<dependency>
Expand Down

0 comments on commit a49cf13

Please sign in to comment.