File tree Expand file tree Collapse file tree 5 files changed +38
-1
lines changed
spring-boot-data-aggregator-example
spring-boot-data-aggregator-starter
main/java/org/feego/spring
test/java/org/feego/spring Expand file tree Collapse file tree 5 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 11
11
<module >spring-boot-data-aggregator-core</module >
12
12
<module >spring-boot-data-aggregator-autoconfigure</module >
13
13
<module >spring-boot-data-aggregator-example</module >
14
+ <module >spring-boot-data-aggregator-starter</module >
14
15
</modules >
15
16
<packaging >pom</packaging >
16
17
63
64
<version >${project.version} </version >
64
65
</dependency >
65
66
67
+ <dependency >
68
+ <groupId >org.feego.spring</groupId >
69
+ <artifactId >spring-boot-data-aggregator-starter</artifactId >
70
+ <version >${project.version} </version >
71
+ </dependency >
72
+
66
73
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
67
74
<dependency >
68
75
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change 34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.feego.spring</groupId >
37
- <artifactId >spring-boot-data-aggregator-autoconfigure </artifactId >
37
+ <artifactId >spring-boot-data-aggregator-starter </artifactId >
38
38
</dependency >
39
39
</dependencies >
40
40
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >spring-boot-data-aggregator</artifactId >
7
+ <groupId >org.feego.spring</groupId >
8
+ <version >1.0.0-SNAPSHOT</version >
9
+ </parent >
10
+ <modelVersion >4.0.0</modelVersion >
11
+
12
+ <artifactId >spring-boot-data-aggregator-starter</artifactId >
13
+
14
+ <name >spring-boot-data-aggregator-starter</name >
15
+
16
+ <properties >
17
+
18
+ </properties >
19
+
20
+ <dependencies >
21
+ <dependency >
22
+ <groupId >org.feego.spring</groupId >
23
+ <artifactId >spring-boot-data-aggregator-autoconfigure</artifactId >
24
+ </dependency >
25
+ </dependencies >
26
+
27
+ <build >
28
+
29
+ </build >
30
+ </project >
You can’t perform that action at this time.
0 commit comments