-
Notifications
You must be signed in to change notification settings - Fork 37
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
0bc7264
commit 7bf717f
Showing
6 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/_remote.repositories
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. | ||
#Mon Oct 14 14:37:29 AMT 2024 | ||
lib-cetp-1.0-SNAPSHOT.jar>= | ||
lib-cetp-1.0-SNAPSHOT-sources.jar>= | ||
lib-cetp-1.0-SNAPSHOT.pom>= |
Binary file added
BIN
+23.5 KB
project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/lib-cetp-1.0-SNAPSHOT-sources.jar
Binary file not shown.
Binary file added
BIN
+52.9 KB
project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/lib-cetp-1.0-SNAPSHOT.jar
Binary file not shown.
101 changes: 101 additions & 0 deletions
101
project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/lib-cetp-1.0-SNAPSHOT.pom
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 |
---|---|---|
@@ -0,0 +1,101 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
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>de.servicehealth</groupId> | ||
<artifactId>lib-cetp</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
|
||
<name>lib-cetp</name> | ||
|
||
<properties> | ||
<java.version>17</java.version> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>jakarta.enterprise</groupId> | ||
<artifactId>jakarta.enterprise.cdi-api</artifactId> | ||
<version>4.1.0</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>jakarta.xml.ws</groupId> | ||
<artifactId>jakarta.xml.ws-api</artifactId> | ||
<version>3.0.1</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-scheduler-api</artifactId> | ||
<version>3.14.3</version> | ||
<scope>provided</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-lang3</artifactId> | ||
<version>3.12.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.projectlombok</groupId> | ||
<artifactId>lombok</artifactId> | ||
<version>1.18.34</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
<version>33.0.0-jre</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-junit5</artifactId> | ||
<version>3.14.3</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-junit5-mockito</artifactId> | ||
<version>3.14.3</version> | ||
<scope>test</scope> | ||
<!-- Go for Mockito inline mode which allows mocking final classes like java.net.NetworkInterface in our code --> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.mockito</groupId> | ||
<artifactId>mockito-subclass</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.13.0</version> | ||
<configuration> | ||
<parameters>true</parameters> | ||
<source>${java.version}</source> | ||
<target>${java.version}</target> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>3.3.0</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
</project> |
30 changes: 30 additions & 0 deletions
30
project-repo/de/servicehealth/lib-cetp/1.0-SNAPSHOT/maven-metadata-local.xml
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata modelVersion="1.1.0"> | ||
<groupId>de.servicehealth</groupId> | ||
<artifactId>lib-cetp</artifactId> | ||
<versioning> | ||
<lastUpdated>20241014103723</lastUpdated> | ||
<snapshot> | ||
<localCopy>true</localCopy> | ||
</snapshot> | ||
<snapshotVersions> | ||
<snapshotVersion> | ||
<extension>pom</extension> | ||
<value>1.0-SNAPSHOT</value> | ||
<updated>20241014103723</updated> | ||
</snapshotVersion> | ||
<snapshotVersion> | ||
<extension>jar</extension> | ||
<value>1.0-SNAPSHOT</value> | ||
<updated>20241014103723</updated> | ||
</snapshotVersion> | ||
<snapshotVersion> | ||
<classifier>sources</classifier> | ||
<extension>jar</extension> | ||
<value>1.0-SNAPSHOT</value> | ||
<updated>20241014103723</updated> | ||
</snapshotVersion> | ||
</snapshotVersions> | ||
</versioning> | ||
<version>1.0-SNAPSHOT</version> | ||
</metadata> |
11 changes: 11 additions & 0 deletions
11
project-repo/de/servicehealth/lib-cetp/maven-metadata-local.xml
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>de.servicehealth</groupId> | ||
<artifactId>lib-cetp</artifactId> | ||
<versioning> | ||
<versions> | ||
<version>1.0-SNAPSHOT</version> | ||
</versions> | ||
<lastUpdated>20241014103723</lastUpdated> | ||
</versioning> | ||
</metadata> |