File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 143
143
<classpathentry kind =" lib" path =" war/WEB-INF/lib/sshd-core-2.8.0.jar" />
144
144
<classpathentry kind =" lib" path =" war/WEB-INF/lib/sshd-sftp-2.8.0.jar" />
145
145
<classpathentry kind =" lib" path =" war/WEB-INF/lib/commons-cli-1.5.0.jar" />
146
- <classpathentry kind =" lib" path =" war/WEB-INF/lib/jcifs-2.1.28.jar" />
147
146
<classpathentry kind =" lib" path =" war/WEB-INF/lib/jxls-2.11.0.jar" />
148
147
<classpathentry kind =" lib" path =" war/WEB-INF/lib/jxls-poi-2.11.0.jar" />
149
148
<classpathentry kind =" lib" path =" war/WEB-INF/lib/Saxon-HE-10.6.jar" />
241
240
<classpathentry kind =" lib" path =" war/WEB-INF/lib/hibernate-entitymanager-5.6.8.Final.jar" />
242
241
<classpathentry kind =" lib" path =" war/WEB-INF/lib/hibernate-envers-5.6.8.Final.jar" />
243
242
<classpathentry kind =" lib" path =" war/WEB-INF/lib/hibernate-validator-6.2.3.Final.jar" />
243
+ <classpathentry kind =" lib" path =" war/WEB-INF/lib/jcifs-2.1.29.jar" />
244
244
<classpathentry kind =" output" path =" bin" />
245
245
</classpath >
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public class ReportServerServiceConfig extends DwGwtFrameworkBase {
239
239
240
240
private final Logger logger = LoggerFactory .getLogger (getClass ().getName ());
241
241
242
- public static final String CODE_VERSION = "2022-04-21-17-29-06 " ;
242
+ public static final String CODE_VERSION = "2022-04-26-19-05-51 " ;
243
243
244
244
public static final String ENTERPRISE_MODULE_LOCATION = "net.datenwerke.rsenterprise.main.service.RsEnterpriseModule" ;
245
245
private static final String ENTERPRISE_MODULE_LOAD_MODULE_METHOD = "getEnterpriseModules" ;
You can’t perform that action at this time.
0 commit comments