Skip to content

Commit

Permalink
ongoing work on #34 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
phasenraum2010 committed Jul 16, 2018
1 parent de996a4 commit 9e4aa25
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 27 deletions.
16 changes: 12 additions & 4 deletions defcon-insourcing/btw17kandidaten/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,29 @@
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-parent</artifactId>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-build</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-engineering</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-prototyping</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-applications</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
Expand Down
39 changes: 24 additions & 15 deletions defcon-insourcing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,36 +19,37 @@
<module>btw17kandidaten</module>
<module>twitterwall2</module>
<module>twitterwall3</module>
<!--
<module>defcon-clickdummy-frontend</module>
<module>defcon-clickdummy-templating</module>
<module>defcon-documentation</module>
<module>defcon-software-engineering</module>
<module>defcon-systems-engineering</module>
-->
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-parent</artifactId>
<artifactId>defcon-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-build</artifactId>
<artifactId>defcon-engineering</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-engineering</artifactId>
<artifactId>defcon-prototyping</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-prototyping</artifactId>
<artifactId>defcon-applications</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
Expand All @@ -74,21 +75,29 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-parent</artifactId>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-build</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-engineering</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-prototyping</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-applications</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
Expand Down
16 changes: 12 additions & 4 deletions defcon-insourcing/spring-boot-starter-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,29 @@
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-parent</artifactId>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-build</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-engineering</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-prototyping</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-applications</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
Expand Down
16 changes: 12 additions & 4 deletions defcon-insourcing/twitterwall2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,29 @@
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-parent</artifactId>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-build</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-engineering</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-prototyping</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-applications</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
Expand Down
14 changes: 14 additions & 0 deletions defcon-insourcing/twitterwall3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,32 @@
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-parent</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-build</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-engineering</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-prototyping</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
<artifactId>defcon-applications</artifactId>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.woehlke.humanrights.digital.defense</groupId>
Expand Down

0 comments on commit 9e4aa25

Please sign in to comment.