Skip to content

Commit 9744ea1

Browse files
committed
Add labbook module to jars to scan
1 parent ef0535c commit 9744ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/embedded/src/org/labkey/embedded/LabKeyServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void main(String[] args)
6262
if (System.getProperty(JARS_TO_SKIP) == null && System.getProperty(JARS_TO_SCAN) == null)
6363
{
6464
System.setProperty(JARS_TO_SKIP, "*");
65-
System.setProperty(JARS_TO_SCAN, "rstudio-??.?*.jar,cas-??.?*.jar,core-??.?*.jar,connectors-??.?*.jar,devtools-??.?*.jar");
65+
System.setProperty(JARS_TO_SCAN, "rstudio-??.?*.jar,cas-??.?*.jar,core-??.?*.jar,connectors-??.?*.jar,devtools-??.?*.jar,labbook-??.?*.jar");
6666
}
6767

6868
SpringApplication application = new SpringApplication(LabKeyServer.class);

0 commit comments

Comments
 (0)