Skip to content

Commit fea822d

Browse files
committed
Merge branch 'refs/heads/main' into development
2 parents 2089dc9 + 0e3ab8d commit fea822d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

user-interface/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,17 @@
293293
<version>1.7.2</version>
294294
<scope>compile</scope>
295295
</dependency>
296+
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
296297
<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>
299307
</dependency>
300308
<dependency>
301309
<groupId>life.qbic.identity</groupId>

user-interface/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ qbic.communication.contact.email=${CONTACT_EMAIL:[email protected]}
166166
qbic.communication.contact.subject=${CONTACT_SUBJECT:Data Management Question}
167167
qbic.communication.api.url=${API_URL:https://download.qbic.uni-tuebingen.de/swagger-ui.html}
168168
################# 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}
172172
###############################################################################
173173
################### Message providers #########################################
174174
spring.messages.encoding=UTF-8

0 commit comments

Comments
 (0)