Skip to content

Commit 4688be2

Browse files
author
a_total_another_bla
committed
maven setup
1 parent af1de60 commit 4688be2

File tree

10 files changed

+16
-66
lines changed

10 files changed

+16
-66
lines changed

twitterwall3-clickdummy/pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
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>
@@ -73,10 +73,6 @@
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>
@@ -93,12 +89,12 @@
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>
@@ -188,7 +184,7 @@
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>

twitterwall3-dev/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -73,10 +73,6 @@
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>
@@ -177,7 +173,7 @@
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>
@@ -192,7 +188,7 @@
192188
<groupId>org.webjars</groupId>
193189
<artifactId>font-awesome</artifactId>
194190
</dependency>
195-
191+
196192
</dependencies>
197193

198194
<dependencyManagement>

twitterwall3-doc/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
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>

twitterwall3-engineering/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
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>

twitterwall3-frontend/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
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>

twitterwall3-graphdb/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@
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>
@@ -128,14 +122,6 @@
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>

twitterwall3-int/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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>
@@ -73,10 +73,6 @@
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>

twitterwall3-prod/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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>
@@ -73,10 +73,6 @@
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>

twitterwall3-test/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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>
@@ -73,10 +73,6 @@
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>

twitterwall3-tryout/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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>
@@ -73,10 +73,6 @@
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>

0 commit comments

Comments
 (0)