#74 -- remove old dependencies

pull/75/head
Anton Romanov 2 years ago
parent 81bcc89096
commit 5ef8599576

@ -68,7 +68,6 @@ dependencies {
implementation group: 'com.ibm.icu', name: 'icu4j', version: '63.1'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '5.9.0.202009080501-r'
implementation group: 'net.sourceforge.jFuzzyLogic', name: 'jFuzzyLogic', version: '1.2.1'
implementation group: 'com.fuzzylite', name: 'jfuzzylite', version: '6.0.1'
implementation group: 'org.webjars', name: 'jquery', version: '3.6.0'

@ -2,12 +2,13 @@
# Copyright (C) 2021 Anton Romanov - All Rights Reserved
# You may use, distribute and modify this code, please write to: romanov73@gmail.com.
#
spring.main.banner-mode=off
server.port=8080
server.jetty.connection-idle-timeout=1000s
# Available levels are: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF
logging.level.ru.ulstu=DEBUG
logging.level.sun.rmi.transport.tcp=off
logging.level.javax.management.remote.rmi=off
extractor.custom-projects-dir=
# Thymeleaf Settings
spring.thymeleaf.cache=false

Loading…
Cancel
Save