File tree Expand file tree Collapse file tree
frameworks/Java/avaje-jex Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 <artifactId >jstachio</artifactId >
6767 <version >1.3.7</version >
6868 </dependency >
69-
69+
7070 <!-- Annotation Processors -->
7171 <dependency >
7272 <groupId >io.jstach</groupId >
9898 <artifactId >avaje-provides-maven-plugin</artifactId >
9999 <version >2.3</version >
100100 </plugin >
101-
101+
102102 <plugin >
103103 <groupId >com.spotify.fmt</groupId >
104104 <artifactId >fmt-maven-plugin</artifactId >
105- <version >2.25 </version >
105+ <version >2.29 </version >
106106 <executions >
107107 <execution >
108108 <goals >
109109 <goal >format</goal >
110110 </goals >
111111 </execution >
112112 </executions >
113+ <dependencies >
114+ <dependency >
115+ <groupId >com.google.googlejavaformat</groupId >
116+ <artifactId >google-java-format</artifactId >
117+ <version >1.35.0</version >
118+ </dependency >
119+ </dependencies >
113120 </plugin >
114121
115122 <!-- Create Modular Jar and copy dependencies -->
You can’t perform that action at this time.
0 commit comments