File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed
src/main/java/com/freenow/sauron/service Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 3636 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3737 <java .version>11</java .version>
3838 <pf4j-update .version>2.3.0</pf4j-update .version>
39- <artifactory-java-client-services .version>2.9.1 </artifactory-java-client-services .version>
39+ <artifactory-java-client-services .version>2.9.2 </artifactory-java-client-services .version>
4040 <spring-cloud .version>Hoxton.SR7</spring-cloud .version>
4141 <modelmapper .version>2.3.8</modelmapper .version>
4242 <swagger .version>3.0.0</swagger .version>
43- <multirabbit .version>2.3.1 </multirabbit .version>
43+ <multirabbit .version>2.3.2 </multirabbit .version>
4444 <maven .compiler.target>11</maven .compiler.target>
4545 <maven .compiler.source>11</maven .compiler.source>
4646 <maven-release-plugin .version>2.5.3</maven-release-plugin .version>
7777 </dependencies >
7878 </dependencyManagement >
7979
80- <repositories >
81- <repository >
82- <snapshots >
83- <enabled >false</enabled >
84- </snapshots >
85- <id >bintray-jfrog</id >
86- <url >https://dl.bintray.com/jfrog/artifactory-tools</url >
87- </repository >
88-
89- <repository >
90- <snapshots >
91- <enabled >false</enabled >
92- </snapshots >
93- <id >bintray-mytaxi</id >
94- <url >https://dl.bintray.com/mytaxi/oss</url >
95- </repository >
96- </repositories >
97-
9880 <dependencies >
9981 <!-- SPRING -->
10082 <dependency >
Original file line number Diff line number Diff line change 99import com .freenow .sauron .properties .PluginsConfigurationProperties ;
1010import java .util .List ;
1111import lombok .extern .slf4j .Slf4j ;
12- import org .apache .commons .lang .StringUtils ;
12+ import org .apache .commons .lang3 .StringUtils ;
1313import org .pf4j .PluginManager ;
1414import org .springframework .beans .factory .annotation .Autowired ;
1515import org .springframework .boot .context .properties .EnableConfigurationProperties ;
You can’t perform that action at this time.
0 commit comments