|
144 | 144 | <artifactId>fluent-hc</artifactId>
|
145 | 145 | <version>4.5.9</version>
|
146 | 146 | </dependency>
|
147 |
| - <dependency> |
148 |
| - <groupId>org.springframework.boot</groupId> |
149 |
| - <artifactId>spring-boot-starter-data-elasticsearch</artifactId> |
150 |
| - </dependency> |
| 147 | + <!-- <dependency>--> |
| 148 | + <!-- <groupId>org.springframework.boot</groupId>--> |
| 149 | + <!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>--> |
| 150 | + <!-- </dependency>--> |
151 | 151 | <dependency>
|
152 | 152 | <groupId>org.influxdb</groupId>
|
153 | 153 | <artifactId>influxdb-java</artifactId>
|
|
163 | 163 | <version>2.1.1</version>
|
164 | 164 | </dependency>
|
165 | 165 | <!-- <dependency>-->
|
| 166 | + <!-- <groupId>org.springframework</groupId>--> |
| 167 | + <!-- <artifactId>spring-aspects</artifactId>--> |
| 168 | + <!-- </dependency>--> |
| 169 | + <!-- <dependency>--> |
166 | 170 | <!-- <groupId>com.github.gavlyukovskiy</groupId>-->
|
167 | 171 | <!-- <artifactId>p6spy-spring-boot-starter</artifactId>-->
|
168 | 172 | <!-- <version>1.6.1</version>-->
|
169 | 173 | <!-- </dependency>-->
|
170 |
| - |
171 | 174 | </dependencies>
|
172 | 175 |
|
173 | 176 | <build>
|
| 177 | + <!-- <sourceDirectory>${project.build.directory}/generated-sources/delombok</sourceDirectory>--> |
174 | 178 | <resources>
|
175 | 179 | <resource>
|
176 | 180 | <directory>src/main/java</directory>
|
|
197 | 201 | </mainClass>
|
198 | 202 | </configuration>
|
199 | 203 | </plugin>
|
200 |
| - |
| 204 | + <!-- <plugin>--> |
| 205 | + <!-- <groupId>org.projectlombok</groupId>--> |
| 206 | + <!-- <artifactId>lombok-maven-plugin</artifactId>--> |
| 207 | + <!-- <version>1.18.0.0</version>--> |
| 208 | + <!-- <executions>--> |
| 209 | + <!-- <execution>--> |
| 210 | + <!-- <phase>generate-sources</phase>--> |
| 211 | + <!-- <goals>--> |
| 212 | + <!-- <goal>delombok</goal>--> |
| 213 | + <!-- </goals>--> |
| 214 | + <!-- </execution>--> |
| 215 | + <!-- </executions>--> |
| 216 | + <!-- <configuration>--> |
| 217 | + <!-- <addOutputDirectory>false</addOutputDirectory>--> |
| 218 | + <!-- <sourceDirectory>src/main/java</sourceDirectory>--> |
| 219 | + <!-- </configuration>--> |
| 220 | + <!-- </plugin>--> |
| 221 | + <!-- <plugin>--> |
| 222 | + <!-- <groupId>org.codehaus.mojo</groupId>--> |
| 223 | + <!-- <artifactId>aspectj-maven-plugin</artifactId>--> |
| 224 | + <!-- <version>1.10</version>--> |
| 225 | + <!-- <configuration>--> |
| 226 | + <!-- <complianceLevel>1.8</complianceLevel>--> |
| 227 | + <!-- <source>1.8</source>--> |
| 228 | + <!-- <aspectLibraries>--> |
| 229 | + <!-- <aspectLibrary>--> |
| 230 | + <!-- <groupId>org.springframework</groupId>--> |
| 231 | + <!-- <artifactId>spring-aspects</artifactId>--> |
| 232 | + <!-- </aspectLibrary>--> |
| 233 | + <!-- </aspectLibraries>--> |
| 234 | + <!-- </configuration>--> |
| 235 | + <!-- <executions>--> |
| 236 | + <!-- <execution>--> |
| 237 | + <!-- <goals>--> |
| 238 | + <!-- <goal>compile</goal>--> |
| 239 | + <!-- <goal>test-compile</goal>--> |
| 240 | + <!-- </goals>--> |
| 241 | + <!-- </execution>--> |
| 242 | + <!-- </executions>--> |
| 243 | + <!-- </plugin>--> |
201 | 244 | </plugins>
|
202 | 245 | </build>
|
203 | 246 | <repositories>
|
|
0 commit comments