File tree Expand file tree Collapse file tree
animal-sniffer-mvn-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments