Skip to content

Commit

Permalink
Install openbet kafka oauth library
Browse files Browse the repository at this point in the history
  • Loading branch information
Keedix committed Dec 4, 2024
1 parent a61aa8f commit ace6be2
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 11 deletions.
36 changes: 25 additions & 11 deletions port/pom.xml
Original file line number Diff line number Diff line change
@@ -1,48 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>

<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.happening.kafka</groupId>
<artifactId>kafka-client</artifactId>
<version>1.0-SNAPSHOT</version>

<name>kafka-client</name>
<url>https://github.com/happening-oss/kafka-client</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.6.0</version>
</dependency>

<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
</dependency>

<dependency>
<groupId>org.erlang.otp</groupId>
<artifactId>jinterface</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.openbet.openmarket</groupId>
<artifactId>kafka-oauth2</artifactId>
<version>1.5</version>
</dependency>
</dependencies>

<reporting>
<plugins>
<plugin>
Expand All @@ -52,7 +53,6 @@
</plugin>
</plugins>
</reporting>

<build>
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
Expand Down Expand Up @@ -101,6 +101,14 @@
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand All @@ -117,4 +125,10 @@
</plugin>
</plugins>
</build>
</project>
<repositories>
<repository>
<id>project-repository</id>
<url>file://${project.basedir}/repo</url>
</repository>
</repositories>
</project>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7d5a508658c1ca465fcff962d85f7ea1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7200eecd181d3903922c286e50e7d3d70be50897
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.openbet.openmarket</groupId>
<artifactId>kafka-oauth2</artifactId>
<version>1.5</version>
<description>POM was created from install:install-file</description>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8ed91f8d5e741f5e2d24d2ba3a581513
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0495f3220d1de557d1aad83e1b16d63ea78c9f8b
12 changes: 12 additions & 0 deletions repo/com/openbet/openmarket/kafka-oauth2/maven-metadata-local.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.openbet.openmarket</groupId>
<artifactId>kafka-oauth2</artifactId>
<versioning>
<release>1.5</release>
<versions>
<version>1.5</version>
</versions>
<lastUpdated>20241203164035</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
201db0e054dc367c5611199fa6f4eac2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2ab85a980e0e1ed2caf8a7444e2ab701346f01d5

0 comments on commit ace6be2

Please sign in to comment.