File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
lighty-examples/lighty-controller-springboot-netconf Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 100100 <dependency >
101101 <groupId >jakarta.activation</groupId >
102102 <artifactId >jakarta.activation-api</artifactId >
103- <version >2.1.4</version >
104103 </dependency >
105104 <dependency >
106105 <groupId >com.google.inject</groupId >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >org.slf4j</groupId >
4545 <artifactId >slf4j-api</artifactId >
46- <version >${slf4j.version} </version >
4746 </dependency >
4847 <dependency >
4948 <groupId >org.apache.logging.log4j</groupId >
5049 <artifactId >log4j-slf4j2-impl</artifactId >
51- <version >${log4j2.version} </version >
5250 </dependency >
5351 <dependency >
5452 <groupId >org.apache.logging.log4j</groupId >
5553 <artifactId >log4j-core</artifactId >
56- <version >${log4j2.version} </version >
5754 </dependency >
5855 <dependency >
5956 <groupId >org.apache.logging.log4j</groupId >
6057 <artifactId >log4j-api</artifactId >
61- <version >${log4j2.version} </version >
6258 </dependency >
6359 <dependency >
6460 <groupId >io.lighty.resources</groupId >
7874 <plugin >
7975 <groupId >org.apache.maven.plugins</groupId >
8076 <artifactId >maven-compiler-plugin</artifactId >
81- <version >3.15.0</version >
8277 </plugin >
8378 <plugin >
8479 <groupId >org.apache.maven.plugins</groupId >
8580 <artifactId >maven-clean-plugin</artifactId >
86- <version >3.5.0</version >
8781 </plugin >
8882 <plugin >
8983 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 102102 <plugin >
103103 <groupId >org.jacoco</groupId >
104104 <artifactId >jacoco-maven-plugin</artifactId >
105- <version >0.8.14</version >
106105 <executions >
107106 <execution >
108107 <id >jacoco-prepare-agent</id >
You can’t perform that action at this time.
0 commit comments