Skip to content

Commit ad0e9d7

Browse files
committed
poke
1 parent ed97a88 commit ad0e9d7

File tree

2 files changed

+2
-79
lines changed

2 files changed

+2
-79
lines changed

astra-sdk-devops/src/main/java/com/dtsx/astra/sdk/streaming/StreamingClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class StreamingClient {
3535
/** URL part.. */
3636
public static final String PATH_CLUSTERS = "/clusters";
3737

38-
3938
/** Marshalling beans */
4039
private static final TypeReference<List<Tenant>> TYPE_LIST_TENANTS =
4140
new TypeReference<List<Tenant>>(){};

pom.xml

Lines changed: 2 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
</license>
2222
</licenses>
2323
<properties>
24+
<sonar.organization>clun-datastax</sonar.organization>
25+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2426
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2527
<java-driver.version>4.15.0</java-driver.version>
2628
<slf4j.version>1.7.36</slf4j.version>
@@ -257,35 +259,6 @@
257259

258260

259261
<build>
260-
261-
<pluginManagement>
262-
<plugins>
263-
<plugin>
264-
<groupId>org.eclipse.m2e</groupId>
265-
<artifactId>lifecycle-mapping</artifactId>
266-
<version>1.0.0</version>
267-
<configuration>
268-
<lifecycleMappingMetadata>
269-
<pluginExecutions>
270-
<pluginExecution>
271-
<pluginExecutionFilter>
272-
<groupId>io.github.deweyjose</groupId>
273-
<artifactId>graphqlcodegen-maven-plugin</artifactId>
274-
<versionRange>[1.16,)</versionRange>
275-
<goals>
276-
<goal>generate</goal>
277-
</goals>
278-
</pluginExecutionFilter>
279-
<action>
280-
<ignore />
281-
</action>
282-
</pluginExecution>
283-
</pluginExecutions>
284-
</lifecycleMappingMetadata>
285-
</configuration>
286-
</plugin>
287-
</plugins>
288-
</pluginManagement>
289262

290263
<plugins>
291264
<plugin>
@@ -371,7 +344,6 @@
371344
<excludePackageNames>com.datastax.stargate.graphql</excludePackageNames>
372345
<source>${maven.plugin.javadoc.source}</source>
373346
</configuration>
374-
375347
</plugin>
376348
<plugin>
377349
<groupId>org.apache.maven.plugins</groupId>
@@ -400,54 +372,6 @@
400372
<encoding>UTF-8</encoding>
401373
</configuration>
402374
</plugin>
403-
<!-- Coveralls.io -->
404-
<plugin>
405-
<groupId>org.eluder.coveralls</groupId>
406-
<artifactId>coveralls-maven-plugin</artifactId>
407-
<version>${version.maven.plugin.coveralls}</version>
408-
<configuration>
409-
<repoToken>7s9Lof8PakG3o8NftCupedDbnNegwN1dS</repoToken>
410-
</configuration>
411-
<dependencies>
412-
<dependency>
413-
<groupId>javax.xml.bind</groupId>
414-
<artifactId>jaxb-api</artifactId>
415-
<version>2.3.1</version>
416-
</dependency>
417-
</dependencies>
418-
</plugin>
419-
420-
<plugin>
421-
<groupId>org.jacoco</groupId>
422-
<artifactId>jacoco-maven-plugin</artifactId>
423-
<version>${version.maven.plugin.jacoco}</version>
424-
<executions>
425-
<execution>
426-
<id>default-prepare-agent</id>
427-
<goals>
428-
<goal>prepare-agent</goal>
429-
</goals>
430-
</execution>
431-
<execution>
432-
<id>default-prepare-agent-integration</id>
433-
<goals>
434-
<goal>prepare-agent-integration</goal>
435-
</goals>
436-
</execution>
437-
<execution>
438-
<id>default-report</id>
439-
<goals>
440-
<goal>report</goal>
441-
</goals>
442-
</execution>
443-
<execution>
444-
<id>default-report-integration</id>
445-
<goals>
446-
<goal>report-integration</goal>
447-
</goals>
448-
</execution>
449-
</executions>
450-
</plugin>
451375
</plugins>
452376
</build>
453377

0 commit comments

Comments
 (0)