Skip to content

Commit 2c8354e

Browse files
committed
BAEL-17684 POM Properties Cleanup
-Properties cleanup
1 parent c4af872 commit 2c8354e

18 files changed

Lines changed: 4 additions & 78 deletions

File tree

animal-sniffer-mvn-plugin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>animal-sniffer-mvn-plugin</artifactId>
65
<version>1.0-SNAPSHOT</version>
76
<name>animal-sniffer-mvn-plugin</name>

apache-avro/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
</parent>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>junit</groupId>
19-
<artifactId>junit</artifactId>
20-
<version>${junit.version}</version>
21-
<scope>test</scope>
22-
</dependency>
2317
<dependency>
2418
<groupId>org.slf4j</groupId>
2519
<artifactId>slf4j-simple</artifactId>
@@ -46,15 +40,6 @@
4640

4741
<build>
4842
<plugins>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-compiler-plugin</artifactId>
52-
<version>${compiler-plugin.version}</version>
53-
<configuration>
54-
<source>${java.version}</source>
55-
<target>${java.version}</target>
56-
</configuration>
57-
</plugin>
5843
<plugin>
5944
<groupId>org.apache.avro</groupId>
6045
<artifactId>avro-maven-plugin</artifactId>
@@ -79,8 +64,6 @@
7964
</build>
8065

8166
<properties>
82-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
83-
<compiler-plugin.version>3.5</compiler-plugin.version>
8467
<avro.version>1.8.2</avro.version>
8568
<slf4j.version>1.7.25</slf4j.version>
8669
</properties>

apache-fop/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-fop</artifactId>
65
<version>0.1-SNAPSHOT</version>
76
<name>apache-fop</name>

apache-geode/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,8 @@
1717
<dependency>
1818
<groupId>org.apache.geode</groupId>
1919
<artifactId>geode-core</artifactId>
20-
<version>${geode.core}</version>
21-
</dependency>
22-
<dependency>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
<version>${junit.version}</version>
2620
</dependency>
2721
</dependencies>
28-
29-
<build>
30-
<plugins>
31-
<plugin>
32-
<groupId>org.apache.maven.plugins</groupId>
33-
<artifactId>maven-compiler-plugin</artifactId>
34-
<configuration>
35-
<source>${java.version}</source>
36-
<target>${java.version}</target>
37-
</configuration>
38-
</plugin>
39-
</plugins>
40-
</build>
4122

4223
<properties>
4324
<geode.core>1.6.0</geode.core>

apache-meecrowave/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-meecrowave</artifactId>
65
<version>0.0.1</version>
76
<name>apache-meecrowave</name>
@@ -38,13 +37,6 @@
3837
<version>${meecrowave-junit.version}</version>
3938
<scope>test</scope>
4039
</dependency>
41-
<!-- https://mvnrepository.com/artifact/junit/junit -->
42-
<dependency>
43-
<groupId>junit</groupId>
44-
<artifactId>junit</artifactId>
45-
<version>${junit.version}</version>
46-
<scope>test</scope>
47-
</dependency>
4840
</dependencies>
4941

5042
<build>

apache-olingo/olingo2/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.baeldung.examples.olingo2</groupId>
77
<artifactId>olingo2</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
98
<name>olingo2</name>
109
<description>Sample Olingo 2 Project</description>
1110

apache-pulsar/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
</dependencies>
2525

2626
<properties>
27-
<maven.compiler.target>1.8</maven.compiler.target>
28-
<maven.compiler.source>1.8</maven.compiler.source>
29-
<pulsar-client.version>2.1.1-incubating</pulsar-client.version>
27+
<pulsar-client.version>2.1.1-incubating</pulsar-client.version>
3028
</properties>
3129
</project>

apache-solrj/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<artifactId>apache-solrj</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
76
<name>apache-solrj</name>

apache-spark/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
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-
<groupId>com.baeldung</groupId>
65
<artifactId>apache-spark</artifactId>
76
<version>1.0-SNAPSHOT</version>
87
<name>apache-spark</name>
@@ -59,15 +58,6 @@
5958

6059
<build>
6160
<plugins>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>${maven-compiler-plugin.version}</version>
66-
<configuration>
67-
<source>${java.version}</source>
68-
<target>${java.version}</target>
69-
</configuration>
70-
</plugin>
7161
<plugin>
7262
<artifactId>maven-assembly-plugin</artifactId>
7363
<executions>
@@ -95,7 +85,6 @@
9585
<org.apache.spark.spark-streaming-kafka.version>2.3.0</org.apache.spark.spark-streaming-kafka.version>
9686
<com.datastax.spark.spark-cassandra-connector.version>2.3.0</com.datastax.spark.spark-cassandra-connector.version>
9787
<com.datastax.spark.spark-cassandra-connector-java.version>1.5.2</com.datastax.spark.spark-cassandra-connector-java.version>
98-
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
9988
</properties>
10089

10190
</project>

apache-velocity/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<version>0.1-SNAPSHOT</version>
65
<artifactId>apache-velocity</artifactId>
76
<name>apache-velocity</name>

0 commit comments

Comments
 (0)