Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
<central-publishing-maven-plugin.version>0.11.0</central-publishing-maven-plugin.version>
<checkstyle.version>13.8.0</checkstyle.version>
<checkstyle.version>13.10.0</checkstyle.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<jjwt.version>0.13.0</jjwt.version>
<okhttp.version>5.4.0</okhttp.version>
Expand Down
8 changes: 4 additions & 4 deletions samples/xapi-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The xAPI specification has extremely strict rules for API requests/responses formatting.
# Some activity providers do not conform to these rules.
#
# In some cases it may be desirable to turn off some or all of the rules in order to be compatible
# with a wider range of xAPI activity providers. However, doing this is in violation of the xAPI
# Some activity providers do not conform to these rules.
#
# In some cases it may be desirable to turn off some or all of the rules in order to be compatible
# with a wider range of xAPI activity providers. However, doing this is in violation of the xAPI
# specification.

xapi.model.validateProperties = true
Expand Down
Loading