Skip to content

Commit

Permalink
fix module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenek-jonas committed Nov 8, 2023
1 parent 424af5e commit ff961bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/spring-boot3-simple/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
* SPDX-License-Identifier: EPL-2.0
* #L%
*/
open module spring.boot3.simple {
open module org.microstream.spring.boot.example {
requires transitive spring.context;
requires transitive spring.boot.autoconfigure;
requires transitive spring.boot;
requires transitive org.eclipse.store.integrations.spring.boot;
requires transitive spring.web;

}

0 comments on commit ff961bb

Please sign in to comment.