Skip to content

Commit

Permalink
jcifs lib upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-de committed Apr 26, 2022
1 parent 2378209 commit 15c84fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
<classpathentry kind="lib" path="war/WEB-INF/lib/sshd-core-2.8.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/sshd-sftp-2.8.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/commons-cli-1.5.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jcifs-2.1.28.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jxls-2.11.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jxls-poi-2.11.0.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/Saxon-HE-10.6.jar"/>
Expand Down Expand Up @@ -241,5 +240,6 @@
<classpathentry kind="lib" path="war/WEB-INF/lib/hibernate-entitymanager-5.6.8.Final.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/hibernate-envers-5.6.8.Final.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/hibernate-validator-6.2.3.Final.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jcifs-2.1.29.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion src/net/datenwerke/rs/ReportServerServiceConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public class ReportServerServiceConfig extends DwGwtFrameworkBase {

private final Logger logger = LoggerFactory.getLogger(getClass().getName());

public static final String CODE_VERSION = "2022-04-21-17-29-06";
public static final String CODE_VERSION = "2022-04-26-19-05-51";

public static final String ENTERPRISE_MODULE_LOCATION = "net.datenwerke.rsenterprise.main.service.RsEnterpriseModule";
private static final String ENTERPRISE_MODULE_LOAD_MODULE_METHOD = "getEnterpriseModules";
Expand Down

0 comments on commit 15c84fa

Please sign in to comment.