Skip to content

Commit 9e4aa25

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent de996a4 commit 9e4aa25

File tree

5 files changed

+74
-27
lines changed

5 files changed

+74
-27
lines changed

defcon-insourcing/btw17kandidaten/pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,29 @@
1313
<packaging>jar</packaging>
1414

1515
<dependencies>
16-
<dependency>
17-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
18-
<artifactId>defcon-parent</artifactId>
19-
</dependency>
2016
<dependency>
2117
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2218
<artifactId>defcon-build</artifactId>
19+
<type>pom</type>
20+
<scope>provided</scope>
2321
</dependency>
2422
<dependency>
2523
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2624
<artifactId>defcon-engineering</artifactId>
25+
<type>pom</type>
26+
<scope>provided</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.woehlke.humanrights.digital.defense</groupId>
3030
<artifactId>defcon-prototyping</artifactId>
31+
<type>pom</type>
32+
<scope>provided</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
36+
<artifactId>defcon-applications</artifactId>
37+
<type>pom</type>
38+
<scope>provided</scope>
3139
</dependency>
3240
<dependency>
3341
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-insourcing/pom.xml

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,37 @@
1919
<module>btw17kandidaten</module>
2020
<module>twitterwall2</module>
2121
<module>twitterwall3</module>
22-
<!--
23-
<module>defcon-clickdummy-frontend</module>
24-
<module>defcon-clickdummy-templating</module>
25-
<module>defcon-documentation</module>
26-
<module>defcon-software-engineering</module>
27-
<module>defcon-systems-engineering</module>
28-
-->
2922
</modules>
3023

3124
<dependencyManagement>
3225
<dependencies>
3326
<dependency>
3427
<groupId>org.woehlke.humanrights.digital.defense</groupId>
35-
<artifactId>defcon-parent</artifactId>
28+
<artifactId>defcon-build</artifactId>
3629
<version>0.0.1-SNAPSHOT</version>
30+
<type>pom</type>
31+
<scope>provided</scope>
3732
</dependency>
3833
<dependency>
3934
<groupId>org.woehlke.humanrights.digital.defense</groupId>
40-
<artifactId>defcon-build</artifactId>
35+
<artifactId>defcon-engineering</artifactId>
4136
<version>0.0.1-SNAPSHOT</version>
37+
<type>pom</type>
38+
<scope>provided</scope>
4239
</dependency>
4340
<dependency>
4441
<groupId>org.woehlke.humanrights.digital.defense</groupId>
45-
<artifactId>defcon-engineering</artifactId>
42+
<artifactId>defcon-prototyping</artifactId>
4643
<version>0.0.1-SNAPSHOT</version>
44+
<type>pom</type>
45+
<scope>provided</scope>
4746
</dependency>
4847
<dependency>
4948
<groupId>org.woehlke.humanrights.digital.defense</groupId>
50-
<artifactId>defcon-prototyping</artifactId>
49+
<artifactId>defcon-applications</artifactId>
5150
<version>0.0.1-SNAPSHOT</version>
51+
<type>pom</type>
52+
<scope>provided</scope>
5253
</dependency>
5354
<dependency>
5455
<groupId>org.woehlke.humanrights.digital.defense</groupId>
@@ -74,21 +75,29 @@
7475
</dependencyManagement>
7576

7677
<dependencies>
77-
<dependency>
78-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
79-
<artifactId>defcon-parent</artifactId>
80-
</dependency>
8178
<dependency>
8279
<groupId>org.woehlke.humanrights.digital.defense</groupId>
8380
<artifactId>defcon-build</artifactId>
81+
<type>pom</type>
82+
<scope>provided</scope>
8483
</dependency>
8584
<dependency>
8685
<groupId>org.woehlke.humanrights.digital.defense</groupId>
8786
<artifactId>defcon-engineering</artifactId>
87+
<type>pom</type>
88+
<scope>provided</scope>
8889
</dependency>
8990
<dependency>
9091
<groupId>org.woehlke.humanrights.digital.defense</groupId>
9192
<artifactId>defcon-prototyping</artifactId>
93+
<type>pom</type>
94+
<scope>provided</scope>
95+
</dependency>
96+
<dependency>
97+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
98+
<artifactId>defcon-applications</artifactId>
99+
<type>pom</type>
100+
<scope>provided</scope>
92101
</dependency>
93102
<dependency>
94103
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-insourcing/spring-boot-starter-parent/pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,29 @@
1313
<packaging>jar</packaging>
1414

1515
<dependencies>
16-
<dependency>
17-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
18-
<artifactId>defcon-parent</artifactId>
19-
</dependency>
2016
<dependency>
2117
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2218
<artifactId>defcon-build</artifactId>
19+
<type>pom</type>
20+
<scope>provided</scope>
2321
</dependency>
2422
<dependency>
2523
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2624
<artifactId>defcon-engineering</artifactId>
25+
<type>pom</type>
26+
<scope>provided</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.woehlke.humanrights.digital.defense</groupId>
3030
<artifactId>defcon-prototyping</artifactId>
31+
<type>pom</type>
32+
<scope>provided</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
36+
<artifactId>defcon-applications</artifactId>
37+
<type>pom</type>
38+
<scope>provided</scope>
3139
</dependency>
3240
<dependency>
3341
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-insourcing/twitterwall2/pom.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,29 @@
1313
<packaging>jar</packaging>
1414

1515
<dependencies>
16-
<dependency>
17-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
18-
<artifactId>defcon-parent</artifactId>
19-
</dependency>
2016
<dependency>
2117
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2218
<artifactId>defcon-build</artifactId>
19+
<type>pom</type>
20+
<scope>provided</scope>
2321
</dependency>
2422
<dependency>
2523
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2624
<artifactId>defcon-engineering</artifactId>
25+
<type>pom</type>
26+
<scope>provided</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.woehlke.humanrights.digital.defense</groupId>
3030
<artifactId>defcon-prototyping</artifactId>
31+
<type>pom</type>
32+
<scope>provided</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
36+
<artifactId>defcon-applications</artifactId>
37+
<type>pom</type>
38+
<scope>provided</scope>
3139
</dependency>
3240
<dependency>
3341
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-insourcing/twitterwall3/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,32 @@
1616
<dependency>
1717
<groupId>org.woehlke.humanrights.digital.defense</groupId>
1818
<artifactId>defcon-parent</artifactId>
19+
<type>pom</type>
20+
<scope>provided</scope>
1921
</dependency>
2022
<dependency>
2123
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2224
<artifactId>defcon-build</artifactId>
25+
<type>pom</type>
26+
<scope>provided</scope>
2327
</dependency>
2428
<dependency>
2529
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2630
<artifactId>defcon-engineering</artifactId>
31+
<type>pom</type>
32+
<scope>provided</scope>
2733
</dependency>
2834
<dependency>
2935
<groupId>org.woehlke.humanrights.digital.defense</groupId>
3036
<artifactId>defcon-prototyping</artifactId>
37+
<type>pom</type>
38+
<scope>provided</scope>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.woehlke.humanrights.digital.defense</groupId>
42+
<artifactId>defcon-applications</artifactId>
43+
<type>pom</type>
44+
<scope>provided</scope>
3145
</dependency>
3246
<dependency>
3347
<groupId>org.woehlke.humanrights.digital.defense</groupId>

0 commit comments

Comments
 (0)