Skip to content

Commit be166dc

Browse files
authored
include templates and junit dep to play artefact (#68)
1 parent c8859db commit be166dc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

framework/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
group 'com.nosto.play'
24-
version '1.7.1-nosto-GA5-gradle-5'
24+
version '1.7.1-nosto-GA5-gradle-6'
2525

2626
sourceSets {
2727
main {
@@ -82,7 +82,6 @@ dependencies {
8282
compileOnly(group: 'org.apache.ant', name: 'ant-junit', version: '1.10.14')
8383
compileOnly group: 'com.google.code.maven-play-plugin.org.playframework', name: 'jj-simplecaptcha', version: '1.1'
8484

85-
testImplementation(group: 'junit', name: 'junit', version: '4.13.2')
8685
testImplementation(group: 'org.apache.ant', name: 'ant', version: '1.10.14')
8786
testImplementation(group: 'org.apache.ant', name: 'ant-junit', version: '1.10.14')
8887
testImplementation(group: 'org.easytesting', name: 'fest-assert', version: '1.4')
@@ -108,7 +107,9 @@ task assembleRunscripts(type: Zip) {
108107
from("pym") {
109108
into("framework/pym")
110109
}
111-
110+
from("templates") {
111+
into("framework/templates")
112+
}
112113
from("../modules/testrunner/lib") {
113114
into("modules/testrunner/lib")
114115
}

framework/dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ require: &allDependencies
3737
- jaxen 1.2.0
3838
- joda-time 2.11.1
3939
- org.hamcrest -> hamcrest-all 1.3
40+
- junit 4.13.2
4041
- net.sourceforge.jregex -> jregex 1.2_01
4142
- org.apache.logging.log4j -> log4j-api 2.18.0
4243
- org.apache.logging.log4j -> log4j-core 2.18.0

0 commit comments

Comments
 (0)