-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3aca586
commit 5fe43ef
Showing
7 changed files
with
75 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,17 +191,6 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>AnxoGomezSngular</id> | ||
<name>Anxo Gómez Sánchez</name> | ||
<email>[email protected]</email> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://sngular.github.io/</organizationUrl> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>pedrogarcia</id> | ||
<name>Pedro Garcia</name> | ||
|
@@ -224,17 +213,6 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>nuriaricorf</id> | ||
<name>Nuria Rico Freire</name> | ||
<email>[email protected]</email> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://sngular.github.io/</organizationUrl> | ||
<roles> | ||
<role>Junior Developer</role> | ||
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>rabad-sng</id> | ||
<name>Raúl Abad</name> | ||
|
@@ -301,6 +279,17 @@ | |
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
<developer> | ||
<id>RobertoSngular</id> | ||
<name>Roberto Riveira Veiga</name> | ||
<email>[email protected]</email> | ||
<organization>Sngular</organization> | ||
<organizationUrl>https://www.sngular.com</organizationUrl> | ||
<roles> | ||
<role>Trainee Backend Developer</role> | ||
</roles> | ||
<timezone>Europe/Madrid</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
|
@@ -321,24 +310,24 @@ | |
</distributionManagement> | ||
|
||
<properties> | ||
<assertj-core.version>3.24.2</assertj-core.version> | ||
<assertj-core.version>3.22.0</assertj-core.version> | ||
<assertj-json.version>1.2.0</assertj-json.version> | ||
<jsonassert.version>1.5.1</jsonassert.version> | ||
<avro.version>1.11.2</avro.version> | ||
<avro.version>1.11.0</avro.version> | ||
<commons-beanutils.version>1.9.4</commons-beanutils.version> | ||
<commons-collections4.version>4.4</commons-collections4.version> | ||
<commons-lang3.version>3.12.0</commons-lang3.version> | ||
<gson.version>2.8.6</gson.version> | ||
<guava.version>32.0.0-jre</guava.version> | ||
<jaxb-api.version>2.4.0-b180830.0359</jaxb-api.version> | ||
<jdk.version>17</jdk.version> | ||
<jdk.version>11</jdk.version> | ||
<jmeter.lib.scope>provided</jmeter.lib.scope> | ||
<jmeter.version>5.6.2</jmeter.version> | ||
<json-path.version>2.6.0</json-path.version> | ||
<junit-jupiter-api.version>5.8.2</junit-jupiter-api.version> | ||
<kafka-schema-registry-client.version>7.1.1</kafka-schema-registry-client.version> | ||
<apicurio-registry.version>2.4.3.Final</apicurio-registry.version> | ||
<kafka.version>3.5.1</kafka.version> | ||
<apicurio-registry.version>2.4.1.Final</apicurio-registry.version> | ||
<kafka.version>3.1.0</kafka.version> | ||
<lombok.version>1.18.22</lombok.version> | ||
<minimal-json.version>0.9.5</minimal-json.version> | ||
<mockito-core.version>4.2.0</mockito-core.version> | ||
|
@@ -350,6 +339,17 @@ | |
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.jmeter</groupId> | ||
<artifactId>jorphan</artifactId> | ||
<version>${jmeter.version}</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.kafka</groupId> | ||
<artifactId>kafka-clients</artifactId> | ||
|
@@ -365,6 +365,11 @@ | |
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
<version>${guava.version}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.eclipsesource.minimal-json</groupId> | ||
<artifactId>minimal-json</artifactId> | ||
|
@@ -384,12 +389,7 @@ | |
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-core</artifactId> | ||
<version>2.15.2</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-annotations</artifactId> | ||
<version>2.15.2</version> | ||
<version>2.13.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projectlombok</groupId> | ||
|
@@ -467,7 +467,7 @@ | |
<dependency> | ||
<groupId>org.apache.avro</groupId> | ||
<artifactId>avro-protobuf</artifactId> | ||
<version>1.11.2</version> | ||
<version>1.11.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.github.os72</groupId> | ||
|
@@ -480,11 +480,6 @@ | |
<version>4.0.1</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.api.grpc</groupId> | ||
<artifactId>proto-google-common-protos</artifactId> | ||
<version>2.24.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
|
@@ -514,7 +509,7 @@ | |
<dependency> | ||
<groupId>com.github.everit-org.json-schema</groupId> | ||
<artifactId>org.everit.json.schema</artifactId> | ||
<version>1.14.2</version> | ||
<version>1.14.0</version> | ||
</dependency> | ||
<!-- Options --> | ||
<dependency> | ||
|
@@ -701,13 +696,13 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.8.1</version> | ||
<version>3.6.0</version> | ||
<configuration> | ||
<optimize>true</optimize> | ||
<showDeprecation>true</showDeprecation> | ||
<showWarnings>true</showWarnings> | ||
<source>${jdk.version}</source> | ||
<target>${jdk.version}</target> | ||
<source>16</source> | ||
<target>16</target> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
|
@@ -740,7 +735,7 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-surefire-plugin</artifactId> | ||
<version>3.1.2</version> | ||
<version>2.22.2</version> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
@@ -760,6 +755,10 @@ | |
<version>${jmeter.version}</version> | ||
<scope>provided</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.jmeter</groupId> | ||
<artifactId>jorphan</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-slf4j-impl</artifactId> | ||
|
@@ -791,16 +790,13 @@ | |
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-shade-plugin</artifactId> | ||
<version>3.2.4</version> | ||
<version>2.4.2</version> | ||
<configuration> | ||
<filters> | ||
<filter> | ||
<excludes> | ||
<exclude>org/apache/jmeter/jmeter.properties</exclude> | ||
</excludes> | ||
<includes> | ||
<include>*.proto</include> | ||
</includes> | ||
</filter> | ||
</filters> | ||
<finalName>${project.artifactId}-${project.version}</finalName> | ||
|
@@ -829,6 +825,10 @@ | |
<artifactId>ApacheJMeter_java</artifactId> | ||
<version>${jmeter.version}</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.jmeter</groupId> | ||
<artifactId>jorphan</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-slf4j-impl</artifactId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters