We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d457dc1 commit 2f085d8Copy full SHA for 2f085d8
1 file changed
mGAP/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
'A Java API for high-throughput sequencing data (HTS) formats'
24
)
25
26
- implementation "com.sun.mail:jakarta.mail:${javaMailVersion}"
+ implementation "org.eclipse.angus:angus-mail:${angusMailVersion}"
27
implementation "net.sf.opencsv:opencsv:${opencsvVersion}"
28
BuildUtils.addLabKeyDependency(project: project, config: "implementation", depProjectPath: ":server:modules:DiscvrLabKeyModules:Studies", depProjectConfig: "apiJarFile")
29
0 commit comments