Skip to content

Commit 5cb7c78

Browse files
committed
Merge pull request #31 from smaudet/buildFix
Fixing the build message, removed redundant versions
2 parents 4ab8be8 + da3d1a2 commit 5cb7c78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,16 @@
112112
<artifactId>commons-lang3</artifactId>
113113
<version>3.3.2</version>
114114
</dependency>
115-
<dependency>
115+
<!--<dependency>
116116
<groupId>commons-fileupload</groupId>
117117
<artifactId>commons-fileupload</artifactId>
118118
<version>1.2.1</version>
119-
</dependency>
120-
<dependency>
119+
</dependency>-->
120+
<!--<dependency>
121121
<groupId>commons-io</groupId>
122122
<artifactId>commons-io</artifactId>
123123
<version>1.4</version>
124-
</dependency>
124+
</dependency>-->
125125
<dependency>
126126
<groupId>commons-collections</groupId>
127127
<artifactId>commons-collections</artifactId>
@@ -168,11 +168,11 @@
168168
<artifactId>hsqldb</artifactId>
169169
<version>1.8.0.7</version>
170170
</dependency>
171-
<dependency>
171+
<!--<dependency>
172172
<groupId>log4j</groupId>
173173
<artifactId>log4j</artifactId>
174174
<version>1.2.17</version>
175-
</dependency>
175+
</dependency>-->
176176

177177
<dependency>
178178
<groupId>wsdl4j</groupId>

0 commit comments

Comments
 (0)