File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 293
293
<version >1.7.2</version >
294
294
<scope >compile</scope >
295
295
</dependency >
296
+ <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
296
297
<dependency >
297
- <groupId >com.vaadin</groupId >
298
- <artifactId >vaadin-spreadsheet-flow</artifactId >
298
+ <groupId >org.apache.poi</groupId >
299
+ <artifactId >poi</artifactId >
300
+ <version >5.4.0</version >
301
+ </dependency >
302
+ <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
303
+ <dependency >
304
+ <groupId >org.apache.poi</groupId >
305
+ <artifactId >poi-ooxml</artifactId >
306
+ <version >5.4.0</version >
299
307
</dependency >
300
308
<dependency >
301
309
<groupId >life.qbic.identity</groupId >
Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ qbic.communication.contact.email=${CONTACT_EMAIL:
[email protected] }
166
166
qbic.communication.contact.subject =${CONTACT_SUBJECT:Data Management Question}
167
167
qbic.communication.api.url =${API_URL:https://download.qbic.uni-tuebingen.de/swagger-ui.html}
168
168
# ################ Terminology Service ########################################
169
- terminology.service.tib.endpoint.select =${TIB_SERVICE_API_SELECT_ENDPOINT:/ts4tib/ api/select}
170
- terminology.service.tib.api.url =${TIB_SERVICE_API_URL:https://service .tib.eu}
171
- terminology.service.tib.endpoint.search =${TIB_SERVICE_API_SEARCH_ENDPOINT:/ts4tib/ api/search}
169
+ terminology.service.tib.endpoint.select =${TIB_SERVICE_API_SELECT_ENDPOINT:/api/select}
170
+ terminology.service.tib.api.url =${TIB_SERVICE_API_URL:https://api.terminology .tib.eu}
171
+ terminology.service.tib.endpoint.search =${TIB_SERVICE_API_SEARCH_ENDPOINT:/api/search}
172
172
# ##############################################################################
173
173
# ################## Message providers #########################################
174
174
spring.messages.encoding =UTF-8
You can’t perform that action at this time.
0 commit comments