Skip to content

Commit

Permalink
add parent to pom (eugenp#1816)
Browse files Browse the repository at this point in the history
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom
  • Loading branch information
Doha2012 authored and Eugen committed May 9, 2017
1 parent 4e8a466 commit 9692ae3
Show file tree
Hide file tree
Showing 123 changed files with 756 additions and 3 deletions.
7 changes: 7 additions & 0 deletions JGit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
6 changes: 6 additions & 0 deletions Twitter4J/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<name>Twitter4J</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
6 changes: 6 additions & 0 deletions algorithms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<commons-math3.version>3.6.1</commons-math3.version>
</properties>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 5 additions & 0 deletions apache-bval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<artifactId>apache-bval</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.bval</groupId>
Expand Down
6 changes: 6 additions & 0 deletions apache-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modules>
<module>cxf-introduction</module>
<module>cxf-spring</module>
Expand Down
6 changes: 6 additions & 0 deletions apache-fop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

<name>apache-fop</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>

<!-- logging -->
Expand Down
6 changes: 6 additions & 0 deletions apache-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<artifactId>apache-poi</artifactId>
<version>0.0.1-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
<junit.version>4.12</junit.version>
Expand Down
6 changes: 6 additions & 0 deletions apache-solrj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<packaging>jar</packaging>
<name>apache-solrj</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<junit.version>4.12</junit.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
Expand Down
6 changes: 6 additions & 0 deletions apache-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<java.versin>1.8</java.versin>
<junit.version>4.12</junit.version>
Expand Down
6 changes: 6 additions & 0 deletions apache-velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<packaging>war</packaging>
<name>apache-velocity</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<jdk.version>1.8</jdk.version>
<jstl.version>1.2</jstl.version>
Expand Down
6 changes: 6 additions & 0 deletions autovalue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<version>1.0</version>
<name>autovalue</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 6 additions & 0 deletions aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<packaging>jar</packaging>
<name>aws</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<commons-io.version>2.5</commons-io.version>
<aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version>
Expand Down
6 changes: 6 additions & 0 deletions cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<artifactId>cdi</artifactId>
<version>1.0-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
6 changes: 6 additions & 0 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<name>core-java</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>

<!-- utils -->
Expand Down
6 changes: 6 additions & 0 deletions couchbase-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<name>couchbase-sdk</name>
<description>Couchbase SDK Tutorials</description>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<!-- Couchbase SDK -->
<dependency>
Expand Down
6 changes: 6 additions & 0 deletions deltaspike/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
</license>
</licenses>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<!-- Explicitly declaring the source encoding eliminates the following message: -->
<!-- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! -->
Expand Down
6 changes: 6 additions & 0 deletions disruptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<name>disruptor</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>

<!-- utils -->
Expand Down
6 changes: 6 additions & 0 deletions dozer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<name>dozer</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
Expand Down
7 changes: 7 additions & 0 deletions flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<version>1.0</version>
<name>flyway</name>
<description>A sample project to demonstrate Flyway migrations</description>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>mysql</groupId>
Expand Down
6 changes: 6 additions & 0 deletions groovy-spock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 6 additions & 0 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

<name>gson</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>

<!-- utils -->
Expand Down
6 changes: 6 additions & 0 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

<name>guava</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>

<!-- utils -->
Expand Down
6 changes: 6 additions & 0 deletions guava18/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<artifactId>guava18</artifactId>
<version>0.1.0-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
6 changes: 6 additions & 0 deletions guava19/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<artifactId>guava19</artifactId>
<version>0.1.0-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
7 changes: 7 additions & 0 deletions guava21/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<groupId>com.baeldung.guava</groupId>
<artifactId>tutorial</artifactId>
<version>1.0-SNAPSHOT</version>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
Expand Down
7 changes: 7 additions & 0 deletions guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<artifactId>guice</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
6 changes: 6 additions & 0 deletions handling-spring-static-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

<name>spring-static-resources</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<!-- Spring Security -->

Expand Down
6 changes: 6 additions & 0 deletions hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<version>0.0.1-SNAPSHOT</version>
<name>hazelcast</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.hazelcast</groupId>
Expand Down
6 changes: 6 additions & 0 deletions httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

<name>httpclient</name>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>

<!-- utils -->
Expand Down
6 changes: 6 additions & 0 deletions image-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<ij.version>1.51h</ij.version>
</properties>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>net.imagej</groupId>
Expand Down
Loading

0 comments on commit 9692ae3

Please sign in to comment.