Skip to content

Commit 2230166

Browse files
committed
Update pom.xml
1 parent b03958c commit 2230166

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

frameworks/Java/avaje-jex/pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<artifactId>jstachio</artifactId>
6767
<version>1.3.7</version>
6868
</dependency>
69-
69+
7070
<!-- Annotation Processors -->
7171
<dependency>
7272
<groupId>io.jstach</groupId>
@@ -98,18 +98,25 @@
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 -->

0 commit comments

Comments
 (0)