Skip to content

Commit 46c4e4e

Browse files
committed
Fixed info for REST doc generation
1 parent 6c4adb3 commit 46c4e4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

logicaldoc-webservicedoc/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<dependency>
104104
<groupId>org.apache.logging.log4j</groupId>
105105
<artifactId>log4j-slf4j2-impl</artifactId>
106+
<version>2.19.0</version>
106107
<scope>provided</scope>
107108
</dependency>
108109
<dependency>
@@ -158,7 +159,7 @@
158159
<dependency>
159160
<groupId>org.apache.commons</groupId>
160161
<artifactId>commons-lang3</artifactId>
161-
<version>3.5</version>
162+
<scope>provided</scope>
162163
</dependency>
163164
<dependency>
164165
<groupId>org.apache.ws.xmlschema</groupId>

logicaldoc-webservicedoc/src/main/resources/context/context-webservicedoc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- CXF OpenApiFeature -->
3838
<bean id="openApiFeature" class="org.apache.cxf.jaxrs.openapi.OpenApiFeature">
3939
<property name="title" value="LogicalDOC REST API"/>
40-
<property name="version" value="8.9.3"/>
40+
<property name="version" value="9.2"/>
4141
<property name="contactEmail" value="[email protected]"/>
4242
<property name="description" value="This is the interactive documentation of the REST APIs exposed by LogicalDOC. You can find more information about LogicalDOC at https://www.logicaldoc.com or on X @logicaldoc.&lt;br/&gt;
4343
Note: The access path to the API is protected with basic authentication, to be able to run the samples you must log in using the credentials of a Logicaldoc user, or passing to the request the session ID (SID) as a cookie (cookie name: `ldoc-sid`).&lt;br/&gt;&lt;br/&gt;

0 commit comments

Comments
 (0)