Skip to content

Commit

Permalink
chore: update the file paths to oEQ jars in 'import-export-tool'
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Apr 1, 2022
1 parent 010645c commit a9413b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ allprojects {
implementation group: 'wsdl4j', name: 'wsdl4j', version: '1.6.3'
implementation group: 'net.sf.jpf', name: 'jpf', version: '1.5'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.36'
implementation fileTree(dir: '../Platform/Plugins/com.tle.platform.common/target/scala-2.12', include: ['*.jar'])
implementation fileTree(dir: '../Source/Plugins/Platform/com.tle.platform.swing/target/scala-2.12', include: ['*.jar'])
implementation fileTree(dir: '../Platform/Plugins/com.tle.platform.common/target/scala-2.13', include: ['*.jar'])
implementation fileTree(dir: '../Source/Plugins/Platform/com.tle.platform.swing/target/scala-2.13', include: ['*.jar'])
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
}
Expand Down

0 comments on commit a9413b0

Please sign in to comment.