Skip to content
Snippets Groups Projects
Commit d095d016 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13329 Renamed microservice_server_template into...

SSDM-13329 Renamed microservice_server_template into microservice-server-template. Switched direct project dependency in openbis_statistics_server to the ivy library.
parent 26b03973
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Showing
with 5 additions and 5 deletions
......@@ -9,7 +9,7 @@ repositories {
}
dependencies {
api project(':microservice_server_template')
api project(':microservice-server-template')
api 'openbis:openbis-v3-api-batteries-included:20.10.0'
}
......
includeFlat 'microservice_server_template'
includeFlat 'microservice-server-template'
includeFlat 'commonbase', 'common', 'openbis_api', 'openbis-common', 'authentication', 'dbmigration', 'openbis',
'datastore_server', 'screening', 'openbis_standard_technologies', 'installation',
'image_readers', 'ui-test', 'js-test', 'datamover', 'big_data_link_server', 'openbis_ng_ui',
'microservice_server_template', 'openbis_statistics_server'
\ No newline at end of file
'microservice-server-template', 'openbis_statistics_server'
\ No newline at end of file
includeFlat 'commonbase', 'common',
'openbis_api', 'openbis-common', 'authentication', 'dbmigration', 'openbis',
'datastore_server', 'screening', 'openbis_standard_technologies', 'big_data_link_server',
'openbis_ng_ui', 'microservice_server_template'
'openbis_ng_ui', 'microservice-server-template'
......@@ -18,7 +18,7 @@ The build will be found at ./build/distributions/big_data_link_server.zip
Unzip the build and execute
./bin/microservice_server_template
./bin/microservice-server-template
## Main packages ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment