| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 
					
						
							| 
									
										
										
										
											2016-08-25 04:30:27 +03:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>cassandra-java-client</artifactId> | 
					
						
							|  |  |  |     <version>1.0.0-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <name>cassandra-java-client</name> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							| 
									
										
										
										
											2016-08-25 04:30:27 +03:00
										 |  |  |         <!-- Cassandra --> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2016-09-06 21:41:47 +02:00
										 |  |  |             <groupId>com.datastax.cassandra</groupId> | 
					
						
							|  |  |  |             <artifactId>cassandra-driver-core</artifactId> | 
					
						
							|  |  |  |             <version>${cassandra-driver-core.version}</version> | 
					
						
							|  |  |  |             <optional>true</optional> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-06 21:41:47 +02:00
										 |  |  |         <!-- https://mvnrepository.com/artifact/org.cassandraunit/cassandra-unit --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.cassandraunit</groupId> | 
					
						
							|  |  |  |             <artifactId>cassandra-unit</artifactId> | 
					
						
							|  |  |  |             <version>3.0.0.1</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-06 21:41:47 +02:00
										 |  |  |         <!-- This guava version is required for cassandra-unit 3.0.0.1 --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2016-09-03 21:13:32 +03:00
										 |  |  |             <groupId>com.google.guava</groupId> | 
					
						
							|  |  |  |             <artifactId>guava</artifactId> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  |             <version>${guava.version}</version> | 
					
						
							| 
									
										
										
										
											2016-09-03 21:13:32 +03:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <!-- logging --> | 
					
						
							| 
									
										
										
										
											2016-08-25 04:30:27 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>slf4j-api</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>ch.qos.logback</groupId> | 
					
						
							|  |  |  |             <artifactId>logback-classic</artifactId> | 
					
						
							|  |  |  |             <version>${logback.version}</version> | 
					
						
							|  |  |  |             <!-- <scope>runtime</scope> --> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>jcl-over-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							|  |  |  |             <!-- <scope>runtime</scope> --> <!-- some spring dependencies need to compile against jcl --> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> <!-- needed to bridge to slf4j for projects that use the log4j APIs directly --> | 
					
						
							|  |  |  |             <groupId>org.slf4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j-over-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>${org.slf4j.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-06 21:41:47 +02:00
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  |             <groupId>junit</groupId> | 
					
						
							|  |  |  |             <artifactId>junit</artifactId> | 
					
						
							|  |  |  |             <version>${junit.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2016-09-06 21:41:47 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2016-08-25 04:30:27 +03:00
										 |  |  |         <finalName>java-cassandra</finalName> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-compiler-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <source>1.8</source> | 
					
						
							|  |  |  |                     <target>1.8</target> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2016-10-22 17:01:45 +02:00
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-surefire-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <excludes> | 
					
						
							|  |  |  |                         <exclude>**/*IntegrationTest.java</exclude> | 
					
						
							|  |  |  |                         <exclude>**/*LiveTest.java</exclude> | 
					
						
							|  |  |  |                     </excludes> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2016-08-25 04:30:27 +03:00
										 |  |  |         </plugins> | 
					
						
							| 
									
										
										
										
											2016-10-22 17:01:45 +02:00
										 |  |  |     </build>   | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     <profiles> | 
					
						
							|  |  |  |         <profile> | 
					
						
							|  |  |  |             <id>integration</id> | 
					
						
							|  |  |  |             <build> | 
					
						
							|  |  |  |                 <plugins> | 
					
						
							|  |  |  |                     <plugin> | 
					
						
							|  |  |  |                         <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                         <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                         <executions> | 
					
						
							|  |  |  |                             <execution> | 
					
						
							|  |  |  |                                 <phase>integration-test</phase> | 
					
						
							|  |  |  |                                 <goals> | 
					
						
							|  |  |  |                                     <goal>test</goal> | 
					
						
							|  |  |  |                                 </goals> | 
					
						
							|  |  |  |                                 <configuration> | 
					
						
							|  |  |  |                                     <excludes> | 
					
						
							|  |  |  |                                         <exclude>**/*LiveTest.java</exclude> | 
					
						
							|  |  |  |                                     </excludes> | 
					
						
							|  |  |  |                                     <includes> | 
					
						
							|  |  |  |                                         <include>**/*IntegrationTest.java</include> | 
					
						
							|  |  |  |                                     </includes> | 
					
						
							|  |  |  |                                 </configuration> | 
					
						
							|  |  |  |                             </execution> | 
					
						
							|  |  |  |                         </executions> | 
					
						
							|  |  |  |                         <configuration> | 
					
						
							|  |  |  |                             <systemPropertyVariables> | 
					
						
							|  |  |  |                                 <test.mime>json</test.mime> | 
					
						
							|  |  |  |                             </systemPropertyVariables> | 
					
						
							|  |  |  |                         </configuration> | 
					
						
							|  |  |  |                     </plugin> | 
					
						
							|  |  |  |                 </plugins> | 
					
						
							|  |  |  |             </build> | 
					
						
							|  |  |  |         </profile> | 
					
						
							|  |  |  |     </profiles> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <guava.version>19.0</guava.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- logging --> | 
					
						
							|  |  |  |         <org.slf4j.version>1.7.21</org.slf4j.version> | 
					
						
							|  |  |  |         <logback.version>1.1.7</logback.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- testing --> | 
					
						
							|  |  |  |         <org.hamcrest.version>1.3</org.hamcrest.version> | 
					
						
							|  |  |  |         <junit.version>4.12</junit.version> | 
					
						
							|  |  |  |         <mockito.version>1.10.19</mockito.version> | 
					
						
							|  |  |  |         <testng.version>6.8</testng.version> | 
					
						
							|  |  |  |         <assertj.version>3.5.1</assertj.version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <!-- maven plugins --> | 
					
						
							|  |  |  |         <maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version> | 
					
						
							| 
									
										
										
										
											2016-10-22 17:01:45 +02:00
										 |  |  |         <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version> | 
					
						
							| 
									
										
										
										
											2016-10-12 07:44:40 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <!-- Cassandra --> | 
					
						
							|  |  |  |         <cassandra-driver-core.version>3.1.0</cassandra-driver-core.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-25 04:30:27 +03:00
										 |  |  | </project> |