Skip to content

Commit

Permalink
Merge branch 'ServletApi4' into 'master'
Browse files Browse the repository at this point in the history
servlet-api 4 required

See merge request exedio/copeconsole!87
  • Loading branch information
rw7 committed Jun 10, 2024
2 parents 9b46854 + 20ce8dd commit b11afe2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions exedio-cope-console-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ omit bug fixes.
The items are sorted inversely, i.e. latest items are on top

--------------------------------------------------------------------------
* servlet-api 4.0.1 required.
* tab "Media Types" checks medias in vault again.
Requires cope rev>=11520 , otherwise tests do fail with:
UnsupportedQueryException:
Expand Down
2 changes: 1 addition & 1 deletion ivy/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<artifact name="exedio-cope-console" conf="changelog" type="log" ext="txt" />
</publications>
<dependencies>
<dependency org="javax.servlet" name="javax.servlet-api" rev="3.1.0" conf="runtime->default; ide->sources" />
<dependency org="javax.servlet" name="javax.servlet-api" rev="4.0.1" conf="runtime->default; ide->sources" />
<dependency org="junit" name="junit" rev="4.10" conf="test->default">
<exclude org="org.hamcrest" />
</dependency>
Expand Down
Binary file modified lib/example/javax.servlet-api.jar
Binary file not shown.
Binary file modified lib/ide/javax.servlet-api-source.jar
Binary file not shown.
Binary file modified lib/ide/javax.servlet-api.jar
Binary file not shown.
Binary file modified lib/runtime/javax.servlet-api.jar
Binary file not shown.
Binary file modified lib/test/javax.servlet-api.jar
Binary file not shown.

0 comments on commit b11afe2

Please sign in to comment.