44
55 <groupId >com.wavefront</groupId >
66 <artifactId >proxy</artifactId >
7- <version >12.1 -SNAPSHOT</version >
7+ <version >12.5 -SNAPSHOT</version >
88
99 <name >Wavefront Proxy</name >
1010 <description >Service for batching and relaying metric traffic to Wavefront</description >
6767 </resource >
6868 </resources >
6969 <plugins >
70- <plugin >
71- <!-- need it for linux //TODO: review-->
72- <artifactId >maven-assembly-plugin</artifactId >
73- <version >3.3.0</version >
74- <configuration >
75- <descriptorRefs >
76- <descriptorRef >jar-with-dependencies</descriptorRef >
77- </descriptorRefs >
78- </configuration >
79- <executions >
80- <execution >
81- <id >make-assembly</id > <!-- this is used for inheritance merges -->
82- <phase >package</phase > <!-- bind to the packaging phase -->
83- <goals >
84- <goal >single</goal >
85- </goals >
86- </execution >
87- </executions >
88- </plugin >
8970 <plugin >
9071 <groupId >com.cosium.code</groupId >
9172 <artifactId >git-code-format-maven-plugin</artifactId >
10081 </execution >
10182 </executions >
10283 <configuration >
103- <skip >${skipFormatCode} </skip >
84+ <skip >${skipFormatCode} </skip >
10485 </configuration >
10586 </plugin >
10687 <plugin >
275256 <dependency >
276257 <groupId >com.fasterxml.jackson</groupId >
277258 <artifactId >jackson-bom</artifactId >
278- <version >2.13.3 </version >
259+ <version >2.14.0 </version >
279260 <type >pom</type >
280261 <scope >import</scope >
281262 </dependency >
291272 <artifactId >gson</artifactId >
292273 <version >2.9.0</version >
293274 </dependency >
294- <dependency >
295- <groupId >org.slf4j</groupId >
296- <artifactId >slf4j-api</artifactId >
297- <version >2.0.3</version >
298- </dependency >
299275 <dependency >
300276 <groupId >io.netty</groupId >
301277 <artifactId >netty-bom</artifactId >
377353 <dependency >
378354 <groupId >org.apache.logging.log4j</groupId >
379355 <artifactId >log4j-bom</artifactId >
380- <version >2.17.2 </version >
356+ <version >2.19.0 </version >
381357 <type >pom</type >
382358 <scope >import</scope >
383359 </dependency >
403379
404380 <dependencies >
405381 <dependency >
406- <groupId >org.slf4j</groupId >
407- <artifactId >slf4j-nop</artifactId >
408- <version >2.0.3</version >
382+ <groupId >org.apache.logging.log4j</groupId >
383+ <artifactId >log4j-core</artifactId >
384+ </dependency >
385+ <dependency >
386+ <groupId >org.apache.logging.log4j</groupId >
387+ <artifactId >log4j-slf4j2-impl</artifactId >
409388 </dependency >
410- <!-- https://mvnrepository.com/artifact/org.apache.activemq/artemis-server -->
411389 <dependency >
412390 <groupId >org.apache.activemq</groupId >
413391 <artifactId >artemis-server</artifactId >
414- <version >2.25.0 </version >
392+ <version >2.27.1 </version >
415393 </dependency >
416394 <dependency >
417395 <groupId >com.wavefront</groupId >
421399 <dependency >
422400 <groupId >com.fasterxml.jackson.module</groupId >
423401 <artifactId >jackson-module-afterburner</artifactId >
424- <version >2.13.3 </version >
402+ <version >2.14.0 </version >
425403 </dependency >
426404 <dependency >
427405 <groupId >com.github.ben-manes.caffeine</groupId >
607585 <artifactId >chronicle-map</artifactId >
608586 <version >3.21.86</version >
609587 </dependency >
610- <dependency >
611- <groupId >org.springframework.boot</groupId >
612- <artifactId >spring-boot-starter-log4j2</artifactId >
613- <version >2.7.0</version >
614- </dependency >
615588 <dependency >
616589 <groupId >io.grpc</groupId >
617590 <artifactId >grpc-stub</artifactId >
705678 </profile >
706679 </profiles >
707680
708- </project >
681+ </project >
0 commit comments