Skip to content

Commit 358bdac

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 712038d commit 358bdac

File tree

12 files changed

+53
-53
lines changed

12 files changed

+53
-53
lines changed

defcon-applications/defcon-cloud-apps/macports-dependencies/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-applications/defcon-cloud-apps/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<packaging>pom</packaging>
1515

1616
<modules>
17+
<module>macports-dependencies</module>
1718
<module>who-is-who-bundestag</module>
1819
<module>who-is-who-wahlen-btw17</module>
1920
<module>who-is-who-rundfunk</module>
@@ -51,17 +52,17 @@
5152
</dependencyManagement>
5253

5354
<dependencies>
54-
<dependency>
55-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
56-
<artifactId>defcon-parent</artifactId>
57-
</dependency>
5855
<dependency>
5956
<groupId>org.woehlke.humanrights.digital.defense</groupId>
6057
<artifactId>defcon-build</artifactId>
58+
<type>pom</type>
59+
<scope>provided</scope>
6160
</dependency>
6261
<dependency>
6362
<groupId>org.woehlke.humanrights.digital.defense</groupId>
6463
<artifactId>defcon-engineering</artifactId>
64+
<type>pom</type>
65+
<scope>provided</scope>
6566
</dependency>
6667
<dependency>
6768
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-applications/defcon-cloud-apps/who-is-who-bundestag/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-applications/defcon-cloud-apps/who-is-who-printmedien/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-applications/defcon-cloud-apps/who-is-who-rundfunk/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-applications/defcon-cloud-apps/who-is-who-wahlen-btw17/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.woehlke.humanrights.digital.defense</groupId>

defcon-applications/defcon-data-processor/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
</dependencies>
3030

defcon-applications/defcon-data-warehouse/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
</dependencies>
3030

defcon-applications/defcon-twitter-cockpit/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
</dependencies>
3030

defcon-applications/defcon-youtube-cockpit/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
</dependencies>
3030

defcon-applications/macports-dependencies-cockpit/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
19-
<artifactId>defcon-parent</artifactId>
20-
</dependency>
2117
<dependency>
2218
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2319
<artifactId>defcon-build</artifactId>
20+
<type>pom</type>
21+
<scope>provided</scope>
2422
</dependency>
2523
<dependency>
2624
<groupId>org.woehlke.humanrights.digital.defense</groupId>
2725
<artifactId>defcon-engineering</artifactId>
26+
<type>pom</type>
27+
<scope>provided</scope>
2828
</dependency>
2929
</dependencies>
3030

defcon-applications/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,35 @@
2525

2626
<dependencyManagement>
2727
<dependencies>
28-
<dependency>
29-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
30-
<artifactId>defcon-parent</artifactId>
31-
<version>0.0.1-SNAPSHOT</version>
32-
</dependency>
3328
<dependency>
3429
<groupId>org.woehlke.humanrights.digital.defense</groupId>
3530
<artifactId>defcon-build</artifactId>
3631
<version>0.0.1-SNAPSHOT</version>
32+
<type>pom</type>
33+
<scope>provided</scope>
3734
</dependency>
3835
<dependency>
3936
<groupId>org.woehlke.humanrights.digital.defense</groupId>
4037
<artifactId>defcon-engineering</artifactId>
4138
<version>0.0.1-SNAPSHOT</version>
39+
<type>pom</type>
40+
<scope>provided</scope>
4241
</dependency>
4342
</dependencies>
4443
</dependencyManagement>
4544

4645
<dependencies>
47-
<dependency>
48-
<groupId>org.woehlke.humanrights.digital.defense</groupId>
49-
<artifactId>defcon-parent</artifactId>
50-
</dependency>
5146
<dependency>
5247
<groupId>org.woehlke.humanrights.digital.defense</groupId>
5348
<artifactId>defcon-build</artifactId>
49+
<type>pom</type>
50+
<scope>provided</scope>
5451
</dependency>
5552
<dependency>
5653
<groupId>org.woehlke.humanrights.digital.defense</groupId>
5754
<artifactId>defcon-engineering</artifactId>
55+
<type>pom</type>
56+
<scope>provided</scope>
5857
</dependency>
5958
</dependencies>
6059

0 commit comments

Comments
 (0)