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 88c9cae commit 7d45537Copy full SHA for 7d45537
pom.xml
@@ -35,6 +35,7 @@
35
<plugin>
36
<groupId>org.apache.maven.plugins</groupId>
37
<artifactId>maven-compiler-plugin</artifactId>
38
+ <version>3.0</version>
39
<configuration>
40
<source>1.6</source>
41
<target>1.6</target>
@@ -92,7 +93,7 @@
92
93
<dependency>
94
<groupId>axis</groupId>
95
<artifactId>axis-ant</artifactId>
- <version>1.2</version>
96
+ <version>1.3</version>
97
</dependency>
98
99
<groupId>commons-fileupload</groupId>
0 commit comments