Skip to content

Commit f5452cf

Browse files
authored
Remove another reference to internal (#112)
1 parent 5682367 commit f5452cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

standalone/noPlugins_build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ configurations
5858

5959
dependencies
6060
{
61-
implementation "org.labkey.api:internal:${labkeyVersion}" // Dependency on the api jar file for internal module
6261
implementation "org.labkey.api:issues:${labkeyVersion}" // An example of declaring a dependency on the API jar for a module
6362
implementation "org.labkey.api:labkey-client-api:${labkeyClientApiVersion}" // Dependency on the LabKey client api
6463
external "commons-beanutils:commons-beanutils:${commonsBeanutilsVersion}" // An external dependency to be included in the module's lib directory

0 commit comments

Comments
 (0)