Skip to content

Commit

Permalink
Migrate to MCRVueRootServlet in mycore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhofmann committed Apr 15, 2024
1 parent ca39c58 commit 0d3cabf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 147 deletions.
143 changes: 0 additions & 143 deletions src/main/java/org/mycore/vue/MCRVueRootServlet.java

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/META-INF/web-fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<servlet>
<servlet-name>MCRVueRootServlet</servlet-name>
<servlet-class>org.mycore.vue.MCRVueRootServlet</servlet-class>
<servlet-class>org.mycore.webtools.vue.MCRVueRootServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>MCRVueRootServlet</servlet-name>
Expand Down
6 changes: 3 additions & 3 deletions src/main/vue/modul_handbuecher/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2308,9 +2308,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
version "1.0.30001469"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz#3dd505430c8522fdc9f94b4a19518e330f5c945a"
integrity sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g==
version "1.0.30001610"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001610.tgz"
integrity sha512-QFutAY4NgaelojVMjY63o6XlZyORPaLfyMnsl3HgnWdJUcX6K0oaJymHjH8PT5Gk7sTm8rvC/c5COUQKXqmOMA==

case-sensitive-paths-webpack-plugin@^2.3.0:
version "2.4.0"
Expand Down

0 comments on commit 0d3cabf

Please sign in to comment.