File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 <module >codegen-plantuml</module >
4444 <module >maven-plugin</module >
4545 <module >core-spring</module >
46+ <module >spring-boot-starter</module >
4647 <module >om</module >
4748 <module >omdb</module >
4849 <module >omdb-ktx</module >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+
6+ <parent >
7+ <groupId >com.metaobjects</groupId >
8+ <artifactId >metaobjects</artifactId >
9+ <version >7.1.1-SNAPSHOT</version >
10+ </parent >
11+
12+ <artifactId >metaobjects-spring-boot-starter</artifactId >
13+ <packaging >jar</packaging >
14+
15+ <name >MetaObjects :: Spring Boot Starter</name >
16+ <description >One-dependency Spring Boot starter: metadata-loader + OMDB persistence autoconfiguration.</description >
17+
18+ <dependencies >
19+ <dependency >
20+ <groupId >com.metaobjects</groupId >
21+ <artifactId >metaobjects-metadata</artifactId >
22+ <version >${project.version} </version >
23+ </dependency >
24+ <dependency >
25+ <groupId >com.metaobjects</groupId >
26+ <artifactId >metaobjects-omdb</artifactId >
27+ <version >${project.version} </version >
28+ </dependency >
29+ <dependency >
30+ <groupId >com.metaobjects</groupId >
31+ <artifactId >metaobjects-core-spring</artifactId >
32+ <version >${project.version} </version >
33+ </dependency >
34+ </dependencies >
35+ </project >
You can’t perform that action at this time.
0 commit comments