File tree Expand file tree Collapse file tree 10 files changed +16
-66
lines changed Expand file tree Collapse file tree 10 files changed +16
-66
lines changed Original file line number Diff line number Diff line change 99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-clickdummy</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
1616
1717 <name >twitterwall3-clickdummy</name >
1818 <description >installs clickdummy</description >
19-
19+
2020 <properties >
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
9389 <groupId >org.springframework.boot</groupId >
9490 <artifactId >spring-boot-starter-quartz</artifactId >
9591 </dependency >
96- <!--
92+ <!--
9793 <dependency>
9894 <groupId>org.springframework.boot</groupId>
9995 <artifactId>spring-boot-starter-security</artifactId>
10096 </dependency>
101- -->
97+ -->
10298 <dependency >
10399 <groupId >org.springframework.boot</groupId >
104100 <artifactId >spring-boot-starter-thymeleaf</artifactId >
188184 <artifactId >spring-security-test</artifactId >
189185 <scope >test</scope >
190186 </dependency >
191-
187+
192188 <dependency >
193189 <groupId >org.webjars</groupId >
194190 <artifactId >jquery</artifactId >
Original file line number Diff line number Diff line change 99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-dev</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
177173 <artifactId >spring-security-test</artifactId >
178174 <scope >test</scope >
179175 </dependency >
180-
176+
181177 <dependency >
182178 <groupId >org.webjars</groupId >
183179 <artifactId >jquery</artifactId >
192188 <groupId >org.webjars</groupId >
193189 <artifactId >font-awesome</artifactId >
194190 </dependency >
195-
191+
196192 </dependencies >
197193
198194 <dependencyManagement >
Original file line number Diff line number Diff line change 7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
Original file line number Diff line number Diff line change 7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
Original file line number Diff line number Diff line change 7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
Original file line number Diff line number Diff line change 8282 <groupId >org.springframework.boot</groupId >
8383 <artifactId >spring-boot-starter-jdbc</artifactId >
8484 </dependency >
85- <!--
86- <dependency>
87- <groupId>org.springframework.boot</groupId>
88- <artifactId>spring-boot-starter-jersey</artifactId>
89- </dependency>
90- -->
9185 <dependency >
9286 <groupId >org.springframework.boot</groupId >
9387 <artifactId >spring-boot-starter-jooq</artifactId >
128122 <groupId >org.springframework.cloud</groupId >
129123 <artifactId >spring-cloud-bus</artifactId >
130124 </dependency >
131- <dependency >
132- <groupId >org.springframework.cloud</groupId >
133- <artifactId >spring-cloud-stream</artifactId >
134- </dependency >
135- <dependency >
136- <groupId >org.springframework.cloud</groupId >
137- <artifactId >spring-cloud-stream-binder-rabbit</artifactId >
138- </dependency >
139125 <dependency >
140126 <groupId >org.springframework.session</groupId >
141127 <artifactId >spring-session-data-redis</artifactId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5-
5+
66 <parent >
77 <groupId >org.woehlke.apps.twitterwall3</groupId >
88 <artifactId >twitterwall3-parent</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-int</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5-
5+
66 <parent >
77 <groupId >org.woehlke.apps.twitterwall3</groupId >
88 <artifactId >twitterwall3-parent</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-prod</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5-
5+
66 <parent >
77 <groupId >org.woehlke.apps.twitterwall3</groupId >
88 <artifactId >twitterwall3-parent</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-test</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5-
5+
66 <parent >
77 <groupId >org.woehlke.apps.twitterwall3</groupId >
88 <artifactId >twitterwall3-parent</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-tryout</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
7373 <groupId >org.springframework.boot</groupId >
7474 <artifactId >spring-boot-starter-jdbc</artifactId >
7575 </dependency >
76- <dependency >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-starter-jersey</artifactId >
79- </dependency >
8076 <dependency >
8177 <groupId >org.springframework.boot</groupId >
8278 <artifactId >spring-boot-starter-jooq</artifactId >
You can’t perform that action at this time.
0 commit comments