Skip to content

Commit 0e6ad71

Browse files
committed
removed printStackTrace
1 parent e12a5a4 commit 0e6ad71

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

logicaldoc-util/src/main/java/com/logicaldoc/util/config/XMLBean.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ private void initDocument() {
107107
try {
108108
doc = builder.build(docPath);
109109
} catch (Exception t) {
110-
t.printStackTrace();
111-
112110
// In some environments, during maven test phase a well formed
113111
// URL must be used
114112
// instead of ordinary path

logicaldoc-webapp/pom.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<dependency>
1616
<groupId>org.jdom</groupId>
1717
<artifactId>jdom2</artifactId>
18-
</dependency>
18+
</dependency>
1919
<dependency>
2020
<groupId>xml-apis</groupId>
2121
<artifactId>xml-apis</artifactId>
2222
</dependency>
2323
<dependency>
2424
<groupId>xml-apis</groupId>
2525
<artifactId>xml-apis-ext</artifactId>
26-
</dependency>
26+
</dependency>
2727
<dependency>
2828
<groupId>com.google.guava</groupId>
2929
<artifactId>guava</artifactId>
@@ -76,7 +76,6 @@
7676
<groupId>betelio</groupId>
7777
<artifactId>betelio</artifactId>
7878
<version>1.0</version>
79-
<type>jar</type>
8079
</dependency>
8180
<dependency>
8281
<groupId>cglib</groupId>
@@ -147,7 +146,6 @@
147146
<groupId>torque</groupId>
148147
<artifactId>torque</artifactId>
149148
<version>3.0.2</version>
150-
<type>jar</type>
151149
</dependency>
152150
<dependency>
153151
<groupId>jakarta-regexp</groupId>
@@ -159,7 +157,6 @@
159157
<groupId>oro</groupId>
160158
<artifactId>oro</artifactId>
161159
<version>2.0.8</version>
162-
<type>jar</type>
163160
</dependency>
164161
<dependency>
165162
<groupId>com.sun.mail</groupId>
@@ -169,7 +166,6 @@
169166
<groupId>org.postgresql</groupId>
170167
<artifactId>postgresql</artifactId>
171168
<version>42.4.3</version>
172-
<type>jar</type>
173169
</dependency>
174170
<dependency>
175171
<groupId>mysql</groupId>
@@ -185,7 +181,6 @@
185181
<groupId>com.oracle.jdbc</groupId>
186182
<artifactId>ojdbc8</artifactId>
187183
<version>12.2.0.1</version>
188-
<type>jar</type>
189184
</dependency>
190185
<dependency>
191186
<groupId>com.microsoft.sqlserver</groupId>
@@ -275,7 +270,6 @@
275270
<dependency>
276271
<groupId>junit</groupId>
277272
<artifactId>junit</artifactId>
278-
<type>jar</type>
279273
</dependency>
280274
<dependency>
281275
<groupId>net.sf.jpf</groupId>
@@ -338,7 +332,7 @@
338332
<exclusion>
339333
<groupId>org.gwtproject </groupId>
340334
<artifactId>gwt-dev</artifactId>
341-
</exclusion>
335+
</exclusion>
342336
</exclusions>
343337
</dependency>
344338
<dependency>
@@ -400,7 +394,7 @@
400394
<groupId>com.google.gwt</groupId>
401395
<artifactId>gwt-servlet</artifactId>
402396
</exclusion>
403-
</exclusions>
397+
</exclusions>
404398
</dependency>
405399
<dependency>
406400
<groupId>javax.xml.bind</groupId>
@@ -648,8 +642,8 @@
648642
<configuration>
649643
<archive>
650644
<addMavenDescriptor>false</addMavenDescriptor>
651-
</archive>
652-
</configuration>
645+
</archive>
646+
</configuration>
653647
</plugin>
654648
</plugins>
655649
</build>

0 commit comments

Comments
 (0)