This repository was archived by the owner on Jan 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +23
-19
lines changed Expand file tree Collapse file tree 3 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 1010
1111 <groupId >com.bitbar</groupId >
1212 <artifactId >remote-device-client</artifactId >
13- <version >2.96 </version >
13+ <version >2.125 </version >
1414 <packaging >jar</packaging >
1515
1616 <properties >
1717 <java .version>1.8</java .version>
18- <testdroid-api .version>2.96 </testdroid-api .version>
19- <cli .version>1.3.1 </cli .version>
18+ <testdroid-api .version>2.125 </testdroid-api .version>
19+ <cli .version>1.4 </cli .version>
2020 <jsch .version>0.1.55</jsch .version>
21- <springboot .version>2.2.0.RELEASE </springboot .version>
21+ <springboot .version>2.5.2 </springboot .version>
2222 </properties >
2323
2424 <dependencies >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <Configuration >
3+ <Appenders >
4+ <Console name =" CONSOLE" target =" SYSTEM_OUT" >
5+ <PatternLayout pattern =" %d{yyyy-MM-dd HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n" />
6+ </Console >
7+ <File name =" DEBUG_FILE" fileName =" remotedevice-debug.log" append =" false" >
8+ <PatternLayout pattern =" %d{yyyy-MM-dd HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n" />
9+ </File >
10+ </Appenders >
11+ <Loggers >
12+ <Logger name =" com.testdroid" level =" DEBUG" />
13+ <Logger name =" org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler" level =" WARN" />
14+ <Root level =" ALL" >
15+ <AppenderRef ref =" CONSOLE" level =" INFO" />
16+ <AppenderRef ref =" DEBUG_FILE" />
17+ </Root >
18+ </Loggers >
19+ </Configuration >
You can’t perform that action at this time.
0 commit comments