Commit 14de2a3 1 parent 3226c43 commit 14de2a3 Copy full SHA for 14de2a3
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 404
404
<commons-lang .version>2.6</commons-lang .version>
405
405
<commons-logging .version>1.2</commons-logging .version>
406
406
<commons-beanutils .version>1.9.4</commons-beanutils .version>
407
+ <maven-assembly-plugin .version>3.2.0</maven-assembly-plugin .version>
407
408
<maven-jar-plugin .version>2.6</maven-jar-plugin .version>
408
409
<maven-surefire .version>2.18.1</maven-surefire .version>
409
410
<maven-shade-plugin .version>2.4.1</maven-shade-plugin .version>
909
910
<enabled >false</enabled >
910
911
</snapshots >
911
912
<id >central</id >
912
- <url >http ://repo1.maven.org/maven2/</url >
913
+ <url >https ://repo1.maven.org/maven2/</url >
913
914
</repository >
914
915
<repository >
915
916
<id >clojars</id >
937
938
<build >
938
939
<pluginManagement >
939
940
<plugins >
941
+ <plugin >
942
+ <groupId >org.apache.maven.plugins</groupId >
943
+ <artifactId >maven-assembly-plugin</artifactId >
944
+ <version >${maven-assembly-plugin.version} </version >
945
+ </plugin >
940
946
<plugin >
941
947
<groupId >org.apache.maven.plugins</groupId >
942
948
<artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments