We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f92a47 commit a295327Copy full SHA for a295327
1 file changed
gbfs-validator-java/pom.xml
@@ -73,6 +73,7 @@
73
<!-- Unit test frameworks versions -->
74
<assertj.core.version>3.27.3</assertj.core.version>
75
<junit.version>5.13.4</junit.version>
76
+ <maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
77
</properties>
78
79
<dependencies>
@@ -291,6 +292,11 @@
291
292
</execution>
293
</executions>
294
</plugin>
295
+ <plugin>
296
+ <groupId>org.apache.maven.plugins</groupId>
297
+ <artifactId>maven-deploy-plugin</artifactId>
298
+ <version>${maven-deploy-plugin.version}</version>
299
+ </plugin>
300
</plugins>
301
</build>
302
</project>
0 commit comments