Compare commits
No commits in common. 'main' and 'second' have entirely different histories.
303 changed files with 7454 additions and 720 deletions
@ -1,19 +0,0 @@ |
||||
# Mineconomia Testing Server |
||||
|
||||
Pre-configured spigot server for testing purposes. |
||||
Not intended for production. |
||||
|
||||
## Running the server |
||||
|
||||
1. Install Java 17 from the [java archive](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) if you don't have it already |
||||
|
||||
2. Clone this repository |
||||
```SH |
||||
git clone https://git.soukup.xyz/Mineconomia/dev-server.git |
||||
``` |
||||
|
||||
3. Enter the directory and start the server |
||||
```SH |
||||
cd dev-server |
||||
java -jar server.jar |
||||
``` |
||||
@ -0,0 +1,85 @@ |
||||
sellItems: |
||||
LIME_STAINED_GLASS: 1 |
||||
DIAMOND: 70 |
||||
COPPER_INGOT: 5.0 |
||||
IRON_INGOT: 10 |
||||
GOLD_INGOT: 20 |
||||
EMERALD: 20 |
||||
LAPIS_LAZULI: 20 |
||||
NETHERITE_SCRAP: 80 |
||||
NETHERITE_INGOT: 400 |
||||
BIRCH_LOG: 0.5 |
||||
OAK_LOG: 0.5 |
||||
SPRUCE_LOG: 0.5 |
||||
JUNGLE_LOG: 0.5 |
||||
ACACIA_LOG: 0.5 |
||||
DARK_OAK_LOG: 0.5 |
||||
WARPED_STEM: 0.5 |
||||
CRIMSON_STEM: 0.5 |
||||
GRASS_BLOCK: 0.2 |
||||
DIRT: 0.1 |
||||
GRAVEL: 0.2 |
||||
SAND: 0.2 |
||||
CLAY: 1.0 |
||||
STONE: 0.5 |
||||
GRANITE: 0.2 |
||||
DIORITE: 0.2 |
||||
ANDESITE: 0.2 |
||||
MAGMA_BLOCK: 0.5 |
||||
NETHERRACK: 0.1 |
||||
SOUL_SAND: 0.2 |
||||
SOUL_SOIL: 0.2 |
||||
BEDROCK: 2.0E9 |
||||
COBBLESTONE: 0.1 |
||||
APPLE: 1.0 |
||||
MUTTON: 3.0 |
||||
MELON_SLICE: 1.0 |
||||
BEEF: 3.0 |
||||
POTATO: 1.0 |
||||
CARROT: 1.0 |
||||
PORKCHOP: 3.0 |
||||
CHICKEN: 3.0 |
||||
RABBIT: 3.0 |
||||
ROTTEN_FLESH: 0.4 |
||||
SPIDER_EYE: 0.4 |
||||
COD: 2.0 |
||||
SALMON: 2.0 |
||||
TROPICAL_FISH: 2.0 |
||||
PUFFERFISH: 2.0 |
||||
WHITE_CONCRETE_POWDER: 1.0 |
||||
REDSTONE: 10.0 |
||||
WHEAT: 1.0 |
||||
LEATHER: 3.0 |
||||
RABBIT_HIDE: 3.0 |
||||
ENDER_PEARL: 20.0 |
||||
BLAZE_ROD: 20.0 |
||||
BONE: 3.0 |
||||
STRING: 5.0 |
||||
FEATHER: 2.0 |
||||
EGG: 1.0 |
||||
NETHER_STAR: 1000.0 |
||||
SUGAR_CANE: 0.5 |
||||
COAL: 1.0 |
||||
special: |
||||
item: |
||||
==: org.bukkit.inventory.ItemStack |
||||
v: 3465 |
||||
type: STICK |
||||
meta: |
||||
==: ItemMeta |
||||
meta-type: UNSPECIFIC |
||||
display-name: '{"extra":[{"bold":true,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"yellow","text":"Pravítko"}],"text":""}' |
||||
lore: |
||||
- '{"text":""}' |
||||
- '{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gray","text":"Tento |
||||
item je speciální."}],"text":""}' |
||||
- '{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"gray","text":"Umožňuje |
||||
vytvářet obchody a definovat pozemky"}],"text":""}' |
||||
- '{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"aqua","text":"Více |
||||
info na naší wiki"}],"text":""}' |
||||
enchants: |
||||
LUCK: 1 |
||||
ItemFlags: |
||||
- HIDE_ENCHANTS |
||||
PublicBukkitValues: |
||||
mineconomiacore:special: 1i |
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
okhttp-4.12.0.jar>central= |
||||
okhttp-4.12.0.pom>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
2f4525d4a200e97e1b87449c2cd9bd2e25b7e8cd |
||||
@ -0,0 +1,45 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<!-- This module was also published with a richer model, Gradle metadata, --> |
||||
<!-- which should be used instead. Do not delete the following line which --> |
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
||||
<!-- that they should prefer consuming it instead. --> |
||||
<!-- do_not_remove: published-with-gradle-metadata --> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>com.squareup.okhttp3</groupId> |
||||
<artifactId>okhttp</artifactId> |
||||
<version>4.12.0</version> |
||||
<name>okhttp</name> |
||||
<description>Square’s meticulous HTTP client for Java and Kotlin.</description> |
||||
<url>https://square.github.io/okhttp/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Square, Inc.</name> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/square/okhttp.git</connection> |
||||
<developerConnection>scm:git:ssh://git@github.com/square/okhttp.git</developerConnection> |
||||
<url>https://github.com/square/okhttp</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>com.squareup.okio</groupId> |
||||
<artifactId>okio</artifactId> |
||||
<version>3.6.0</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk8</artifactId> |
||||
<version>1.8.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
6354764c8008d477d21735a4906ba035fa0d5556 |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
okio-jvm-3.6.0.jar>central= |
||||
okio-jvm-3.6.0.pom>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
5600569133b7bdefe1daf9ec7f4abeb6d13e1786 |
||||
@ -0,0 +1,47 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<!-- This module was also published with a richer model, Gradle metadata, --> |
||||
<!-- which should be used instead. Do not delete the following line which --> |
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
||||
<!-- that they should prefer consuming it instead. --> |
||||
<!-- do_not_remove: published-with-gradle-metadata --> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>com.squareup.okio</groupId> |
||||
<artifactId>okio-jvm</artifactId> |
||||
<version>3.6.0</version> |
||||
<name>okio</name> |
||||
<description>A modern I/O library for Android, Java, and Kotlin Multiplatform.</description> |
||||
<url>https://github.com/square/okio/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<id>square</id> |
||||
<name>Square, Inc.</name> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:git://github.com/square/okio.git</connection> |
||||
<developerConnection>scm:git:ssh://git@github.com/square/okio.git</developerConnection> |
||||
<url>https://github.com/square/okio/</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk8</artifactId> |
||||
<version>1.9.10</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-common</artifactId> |
||||
<version>1.9.10</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
3695a53d374b2b7ab8a1b375095f7360da66fb2e |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
okio-3.6.0.jar>central= |
||||
okio-3.6.0.pom>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
8bf9683c80762d7dd47db12b68e99abea2a7ae05 |
||||
@ -0,0 +1,41 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<!-- This module was also published with a richer model, Gradle metadata, --> |
||||
<!-- which should be used instead. Do not delete the following line which --> |
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
||||
<!-- that they should prefer consuming it instead. --> |
||||
<!-- do_not_remove: published-with-gradle-metadata --> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>com.squareup.okio</groupId> |
||||
<artifactId>okio</artifactId> |
||||
<version>3.6.0</version> |
||||
<name>okio</name> |
||||
<description>A modern I/O library for Android, Java, and Kotlin Multiplatform.</description> |
||||
<url>https://github.com/square/okio/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<id>square</id> |
||||
<name>Square, Inc.</name> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:git://github.com/square/okio.git</connection> |
||||
<developerConnection>scm:git:ssh://git@github.com/square/okio.git</developerConnection> |
||||
<url>https://github.com/square/okio/</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>com.squareup.okio</groupId> |
||||
<artifactId>okio-jvm</artifactId> |
||||
<version>3.6.0</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
33276ca93e49afe91d541b0c571c9cf6b6ddc32c |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
8c96e36c14461fc436bb02b264b96ef3ca5dca8c |
||||
@ -0,0 +1,690 @@ |
||||
<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> |
||||
|
||||
<properties> |
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||||
<sureFireOptions11>--add-modules=ALL-MODULE-PATH</sureFireOptions11> |
||||
<sureFireForks11>false</sureFireForks11> |
||||
<!--java11.sourceDirectory>${project.basedir}/src/main/java11</java11.sourceDirectory --> |
||||
<!--java11.build.outputDirectory>${project.build.directory}/classes-java11</java11.build.outputDirectory --> |
||||
<artifact.classifier /> |
||||
|
||||
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl> |
||||
|
||||
<docker.maven.plugin.fabric8.version>0.40.3</docker.maven.plugin.fabric8.version> |
||||
<felix.bundle.plugin.version>5.1.1</felix.bundle.plugin.version> |
||||
<felix.version>6.0.1</felix.version> |
||||
<hibernate.version>5.4.24.Final</hibernate.version> |
||||
<javassist.version>3.29.2-GA</javassist.version> |
||||
<jndi.version>0.11.4.1</jndi.version> |
||||
<maven.release.version>3.0.1</maven.release.version> |
||||
<metrics.version>3.2.5</metrics.version> |
||||
<micrometer.version>1.5.10</micrometer.version> |
||||
<simpleclient.version>0.9.0</simpleclient.version> |
||||
<mockito.version>3.7.7</mockito.version> |
||||
<pax.exam.version>4.13.5</pax.exam.version> |
||||
<pax.url.version>2.5.4</pax.url.version> |
||||
<postgresql.version>42.5.1</postgresql.version> |
||||
<log4j.version>2.18.0</log4j.version> |
||||
<slf4j.version>1.7.36</slf4j.version> |
||||
<commons.csv.version>1.5</commons.csv.version> |
||||
<h2.version>2.1.212</h2.version> |
||||
<junit.version>4.13.2</junit.version> |
||||
<testcontainers.version>1.17.6</testcontainers.version> |
||||
</properties> |
||||
|
||||
<groupId>com.zaxxer</groupId> |
||||
<artifactId>HikariCP</artifactId> |
||||
<version>5.1.0</version> |
||||
<packaging>bundle</packaging> |
||||
|
||||
<name>HikariCP</name> |
||||
<description>Ultimate JDBC Connection Pool</description> |
||||
<url>https://github.com/brettwooldridge/HikariCP</url> |
||||
|
||||
<organization> |
||||
<name>Zaxxer.com</name> |
||||
<url>https://github.com/brettwooldridge</url> |
||||
</organization> |
||||
|
||||
<scm> |
||||
<connection>scm:git:git@github.com:brettwooldridge/HikariCP.git</connection> |
||||
<developerConnection>scm:git:git@github.com:brettwooldridge/HikariCP.git</developerConnection> |
||||
<url>https://github.com/brettwooldridge/HikariCP</url> |
||||
<tag>HikariCP-5.1.0</tag> |
||||
</scm> |
||||
|
||||
<repositories> |
||||
<repository> |
||||
<id>sonatype-nexus-snapshots</id> |
||||
<name>Sonatype Nexus Snapshots</name> |
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> |
||||
<releases> |
||||
<enabled>false</enabled> |
||||
</releases> |
||||
<snapshots> |
||||
<enabled>true</enabled> |
||||
</snapshots> |
||||
</repository> |
||||
</repositories> |
||||
|
||||
<distributionManagement> |
||||
<snapshotRepository> |
||||
<id>sonatype-nexus-snapshots</id> |
||||
<name>Sonatype Nexus Snapshots</name> |
||||
<url>${sonatypeOssDistMgmtSnapshotsUrl}</url> |
||||
</snapshotRepository> |
||||
<repository> |
||||
<id>sonatype-nexus-staging</id> |
||||
<name>Nexus Release Repository</name> |
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
||||
</repository> |
||||
</distributionManagement> |
||||
|
||||
<issueManagement> |
||||
<url>https://github.com/brettwooldridge/HikariCP/issues</url> |
||||
</issueManagement> |
||||
|
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
|
||||
<developers> |
||||
<developer> |
||||
<name>Brett Wooldridge</name> |
||||
<email>brett.wooldridge@gmail.com</email> |
||||
</developer> |
||||
</developers> |
||||
|
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.slf4j</groupId> |
||||
<artifactId>slf4j-api</artifactId> |
||||
<version>${slf4j.version}</version> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-api</artifactId> |
||||
<version>${log4j.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-core</artifactId> |
||||
<version>${log4j.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.testcontainers</groupId> |
||||
<artifactId>postgresql</artifactId> |
||||
<version>${testcontainers.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.apache.commons</groupId> |
||||
<artifactId>commons-csv</artifactId> |
||||
<version>${commons.csv.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.mockito</groupId> |
||||
<artifactId>mockito-core</artifactId> |
||||
<version>${mockito.version}</version> |
||||
<scope>test</scope> |
||||
<exclusions> |
||||
<exclusion> |
||||
<groupId>org.hamcrest</groupId> |
||||
<artifactId>hamcrest-core</artifactId> |
||||
</exclusion> |
||||
</exclusions> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>junit</groupId> |
||||
<artifactId>junit</artifactId> |
||||
<version>${junit.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.javassist</groupId> |
||||
<artifactId>javassist</artifactId> |
||||
<version>${javassist.version}</version> |
||||
<optional>true</optional> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>io.micrometer</groupId> |
||||
<artifactId>micrometer-core</artifactId> |
||||
<version>${micrometer.version}</version> |
||||
<optional>true</optional> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.postgresql</groupId> |
||||
<artifactId>postgresql</artifactId> |
||||
<version>${postgresql.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.hibernate</groupId> |
||||
<artifactId>hibernate-core</artifactId> |
||||
<version>${hibernate.version}</version> |
||||
<scope>provided</scope> |
||||
<optional>true</optional> |
||||
<exclusions> |
||||
<exclusion> |
||||
<artifactId>jboss-logging</artifactId> |
||||
<groupId>org.jboss.logging</groupId> |
||||
</exclusion> |
||||
<exclusion> |
||||
<artifactId>jboss-logging-annotations</artifactId> |
||||
<groupId>org.jboss.logging</groupId> |
||||
</exclusion> |
||||
</exclusions> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>io.dropwizard.metrics</groupId> |
||||
<artifactId>metrics-core</artifactId> |
||||
<version>${metrics.version}</version> |
||||
<scope>provided</scope> |
||||
<optional>true</optional> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>io.dropwizard.metrics</groupId> |
||||
<artifactId>metrics-healthchecks</artifactId> |
||||
<version>${metrics.version}</version> |
||||
<scope>provided</scope> |
||||
<optional>true</optional> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>io.prometheus</groupId> |
||||
<artifactId>simpleclient</artifactId> |
||||
<version>${simpleclient.version}</version> |
||||
<scope>provided</scope> |
||||
<optional>true</optional> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>simple-jndi</groupId> |
||||
<artifactId>simple-jndi</artifactId> |
||||
<version>${jndi.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.apache.logging.log4j</groupId> |
||||
<artifactId>log4j-slf4j-impl</artifactId> |
||||
<version>${log4j.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
|
||||
<!-- OSGi test --> |
||||
<dependency> |
||||
<groupId>javax.inject</groupId> |
||||
<artifactId>javax.inject</artifactId> |
||||
<version>1</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.apache.felix</groupId> |
||||
<artifactId>org.apache.felix.framework</artifactId> |
||||
<version>${felix.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.ops4j.pax.exam</groupId> |
||||
<artifactId>pax-exam-container-native</artifactId> |
||||
<version>${pax.exam.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.ops4j.pax.exam</groupId> |
||||
<artifactId>pax-exam-junit4</artifactId> |
||||
<version>${pax.exam.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.ops4j.pax.exam</groupId> |
||||
<artifactId>pax-exam-link-assembly</artifactId> |
||||
<version>${pax.exam.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.ops4j.pax.exam</groupId> |
||||
<artifactId>pax-exam-link-mvn</artifactId> |
||||
<version>${pax.exam.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.ops4j.pax.url</groupId> |
||||
<artifactId>pax-url-aether</artifactId> |
||||
<version>${pax.url.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.ops4j.pax.url</groupId> |
||||
<artifactId>pax-url-reference</artifactId> |
||||
<version>${pax.url.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>com.h2database</groupId> |
||||
<artifactId>h2</artifactId> |
||||
<version>${h2.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
|
||||
<build> |
||||
<resources> |
||||
<resource> |
||||
<directory>target/classes</directory> |
||||
</resource> |
||||
</resources> |
||||
|
||||
<plugins> |
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-enforcer-plugin</artifactId> |
||||
<version>3.4.1</version> |
||||
<executions> |
||||
<execution> |
||||
<id>enforce-maven</id> |
||||
<goals> |
||||
<goal>enforce</goal> |
||||
</goals> |
||||
<configuration> |
||||
<rules> |
||||
<requireMavenVersion> |
||||
<version>(3.0.0,)</version> |
||||
</requireMavenVersion> |
||||
</rules> |
||||
</configuration> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<artifactId>maven-dependency-plugin</artifactId> |
||||
<version>2.8</version> |
||||
<executions> |
||||
<execution> |
||||
<phase>generate-sources</phase> |
||||
<goals> |
||||
<goal>build-classpath</goal> |
||||
</goals> |
||||
<configuration> |
||||
<outputProperty>maven.compile.classpath</outputProperty> |
||||
</configuration> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<!-- Generate proxies --> |
||||
<groupId>org.codehaus.mojo</groupId> |
||||
<artifactId>exec-maven-plugin</artifactId> |
||||
<version>1.6.0</version> |
||||
<extensions>true</extensions> |
||||
<executions> |
||||
<execution> |
||||
<phase>compile</phase> |
||||
<!-- phase>generate-test-sources</phase --> |
||||
<goals> |
||||
<goal>exec</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
<configuration> |
||||
<executable>java</executable> |
||||
<arguments> |
||||
<argument>-cp</argument> |
||||
<argument>${project.build.outputDirectory}${path.separator}${maven.compile.classpath}</argument> |
||||
<argument>com.zaxxer.hikari.util.JavassistProxyFactory</argument> |
||||
<argument>${project.basedir}${file.separator}</argument> |
||||
</arguments> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<!-- The Docker Maven plugin is used to create docker image with the fat jar --> |
||||
<groupId>io.fabric8</groupId> |
||||
<artifactId>docker-maven-plugin</artifactId> |
||||
<version>${docker.maven.plugin.fabric8.version}</version> |
||||
<configuration> |
||||
<logDate>default</logDate> |
||||
<autoPull>true</autoPull> |
||||
<images> |
||||
<!-- Postgres Image is used 'as-is' and iked into the service s linimage --> |
||||
<image> |
||||
<alias>db</alias> |
||||
<name>postgres:11</name> |
||||
<run> |
||||
<env> |
||||
<POSTGRES_PASSWORD>password</POSTGRES_PASSWORD> |
||||
</env> |
||||
<wait> |
||||
<log>database system is ready to accept connections</log> |
||||
<time>20000</time> |
||||
</wait> |
||||
<log> |
||||
<prefix>DB</prefix> |
||||
<color>yellow</color> |
||||
</log> |
||||
</run> |
||||
</image> |
||||
</images> |
||||
</configuration> |
||||
|
||||
<!-- Hooking into the lifecycle --> |
||||
<executions> |
||||
<execution> |
||||
<id>start</id> |
||||
<phase>pre-integration-test</phase> |
||||
<goals> |
||||
<goal>build</goal> |
||||
<goal>start</goal> |
||||
</goals> |
||||
</execution> |
||||
<execution> |
||||
<id>stop</id> |
||||
<phase>post-integration-test</phase> |
||||
<goals> |
||||
<goal>stop</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.jacoco</groupId> |
||||
<artifactId>jacoco-maven-plugin</artifactId> |
||||
<version>0.8.8</version> |
||||
<executions> |
||||
<!-- Prepares the property pointing to the JaCoCo runtime agent which is passed as VM argument when Maven the Surefire plugin is executed. --> |
||||
<execution> |
||||
<goals> |
||||
<goal>prepare-agent</goal> |
||||
</goals> |
||||
<configuration> |
||||
<!-- Sets the path to the file which contains the execution data. --> |
||||
<destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile> |
||||
<!-- Sets the name of the property containing the settings for JaCoCo runtime agent. --> |
||||
<propertyName>surefireArgLine</propertyName> |
||||
<excludes> |
||||
<exclude>**/com/zaxxer/hikari/util/JavassistProxyFactory*</exclude> |
||||
<exclude>**/com/zaxxer/hikari/pool/HikariProxy*</exclude> |
||||
<exclude>**/com/zaxxer/hikari/metrics/**</exclude> |
||||
</excludes> |
||||
</configuration> |
||||
</execution> |
||||
<!-- Ensures that the code coverage report for unit tests is created after unit tests have been run. --> |
||||
<execution> |
||||
<id>report</id> |
||||
<phase>test</phase> |
||||
<goals> |
||||
<goal>report</goal> |
||||
</goals> |
||||
<configuration> |
||||
<!-- Sets the path to the file which contains the execution data. --> |
||||
<dataFile>${project.build.directory}/coverage-reports/jacoco.exec</dataFile> |
||||
<excludes> |
||||
<exclude>**/com/zaxxer/hikari/pool/HikariProxy*</exclude> |
||||
<exclude>**/com/zaxxer/hikari/metrics/**</exclude> |
||||
</excludes> |
||||
</configuration> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-failsafe-plugin</artifactId> |
||||
<version>3.0.0-M3</version> |
||||
<executions> |
||||
<execution> |
||||
<goals> |
||||
<goal>integration-test</goal> |
||||
<goal>verify</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.felix</groupId> |
||||
<artifactId>maven-bundle-plugin</artifactId> |
||||
<version>${felix.bundle.plugin.version}</version> |
||||
<extensions>true</extensions> |
||||
<configuration> |
||||
<classifier>${artifact.classifier}</classifier> |
||||
<instructions> |
||||
<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name> |
||||
<!-- Multi-Release>true</Multi-Release--> |
||||
<Bundle-Name>HikariCP</Bundle-Name> |
||||
<Export-Package> |
||||
com.zaxxer.hikari, |
||||
com.zaxxer.hikari.hibernate, |
||||
com.zaxxer.hikari.metrics, |
||||
com.zaxxer.hikari.metrics.dropwizard, |
||||
com.zaxxer.hikari.metrics.micrometer, |
||||
com.zaxxer.hikari.metrics.prometheus |
||||
</Export-Package> |
||||
<Private-Package>com.zaxxer.hikari.*</Private-Package> |
||||
<Include-Resource>{maven-resources}</Include-Resource> |
||||
<_exportcontents> |
||||
com.zaxxer.hikari.pool, |
||||
com.zaxxer.hikari.util |
||||
</_exportcontents> |
||||
<Import-Package> |
||||
javax.management, |
||||
javax.naming, |
||||
javax.naming.spi, |
||||
javax.sql, |
||||
javax.sql.rowset, |
||||
javax.sql.rowset.serial, |
||||
javax.sql.rowset.spi, |
||||
com.codahale.metrics;resolution:=optional, |
||||
com.codahale.metrics.health;resolution:=optional, |
||||
io.micrometer.core.instrument;resolution:=optional, |
||||
org.slf4j;version="[1.6,2)", |
||||
org.hibernate;resolution:=optional, |
||||
org.hibernate.cfg;resolution:=optional, |
||||
org.hibernate.engine.jdbc.connections.spi;resolution:=optional, |
||||
org.hibernate.service;resolution:=optional, |
||||
org.hibernate.service.spi;resolution:=optional |
||||
</Import-Package> |
||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName> |
||||
<DynamicImport-Package>*</DynamicImport-Package> |
||||
</instructions> |
||||
</configuration> |
||||
<executions> |
||||
<!-- This execution makes sure that the manifest is available when the tests are executed --> |
||||
<execution> |
||||
<goals> |
||||
<goal>manifest</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
</plugins> |
||||
|
||||
<pluginManagement> |
||||
<plugins> |
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.8.1</version> |
||||
<configuration> |
||||
<source>11</source> |
||||
<target>11</target> |
||||
<compilerArgs>-Xlint</compilerArgs> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-release-plugin</artifactId> |
||||
<version>${maven.release.version}</version> |
||||
<configuration> |
||||
<autoVersionSubmodules>true</autoVersionSubmodules> |
||||
<tagNameFormat>HikariCP-@{project.version}</tagNameFormat> |
||||
<arguments>-Psonatype-oss-release</arguments> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-surefire-plugin</artifactId> |
||||
<version>3.0.0-M8</version> |
||||
<configuration> |
||||
<!-- Sets the VM argument line used when unit tests are run. --> |
||||
<argLine>${surefireArgLine} ${sureFireOptions11}</argLine> |
||||
<reuseForks>${sureFireForks11}</reuseForks> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-source-plugin</artifactId> |
||||
<version>3.0.1</version> |
||||
<configuration> |
||||
<!-- outputDirectory>/absolute/path/to/the/output/directory</outputDirectory> |
||||
<finalName>filename-of-generated-jar-file</finalName --> |
||||
<attach>true</attach> |
||||
</configuration> |
||||
<executions> |
||||
<execution> |
||||
<id>attach-sources</id> |
||||
<goals> |
||||
<goal>jar-no-fork</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-javadoc-plugin</artifactId> |
||||
<version>3.0.1</version> |
||||
<configuration> |
||||
<show>public</show> |
||||
<excludePackageNames> |
||||
com.zaxxer.hikari.hibernate:com.zaxxer.hikari.metrics.*:com.zaxxer.hikari.pool:com.zaxxer.hikari.util |
||||
</excludePackageNames> |
||||
<attach>true</attach> |
||||
<maxmemory>1024m</maxmemory> |
||||
</configuration> |
||||
<executions> |
||||
<execution> |
||||
<id>bundle-sources</id> |
||||
<phase>package</phase> |
||||
<goals> |
||||
<goal>jar</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
</plugins> |
||||
</pluginManagement> |
||||
</build> |
||||
|
||||
<profiles> |
||||
<profile> |
||||
<id>release-sign-artifacts</id> |
||||
<activation> |
||||
<property> |
||||
<name>performRelease</name> |
||||
<value>true</value> |
||||
</property> |
||||
</activation> |
||||
<build> |
||||
<plugins> |
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-gpg-plugin</artifactId> |
||||
<version>1.6</version> |
||||
<executions> |
||||
<execution> |
||||
<id>sign-artifacts</id> |
||||
<phase>verify</phase> |
||||
<goals> |
||||
<goal>sign</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
</profile> |
||||
|
||||
<profile> |
||||
<id>felix</id> |
||||
<activation> |
||||
<activeByDefault>true</activeByDefault> |
||||
<property> |
||||
<name>pax.exam.framework</name> |
||||
<value>felix</value> |
||||
</property> |
||||
</activation> |
||||
<properties> |
||||
<pax.exam.framework>felix</pax.exam.framework> |
||||
<pax.exam.logging>none</pax.exam.logging> |
||||
</properties> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.apache.felix</groupId> |
||||
<artifactId>org.apache.felix.framework</artifactId> |
||||
<version>${felix.version}</version> |
||||
<scope>test</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</profile> |
||||
<profile> |
||||
<id>sonatype-oss-release</id> |
||||
<build> |
||||
<plugins> |
||||
<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-no-fork</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-javadoc-plugin</artifactId> |
||||
<version>3.6.0</version> |
||||
<executions> |
||||
<execution> |
||||
<id>attach-javadocs</id> |
||||
<goals> |
||||
<goal>jar</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-gpg-plugin</artifactId> |
||||
<version>3.1.0</version> |
||||
<executions> |
||||
<execution> |
||||
<id>sign-artifacts</id> |
||||
<phase>verify</phase> |
||||
<goals> |
||||
<goal>sign</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
</plugins> |
||||
</build> |
||||
</profile> |
||||
</profiles> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
9aac52651870d214956fbe375732b0e7deeb2105 |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
HikariCP-5.1.0.jar>central= |
||||
HikariCP-5.1.0.pom>central= |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
annotations-13.0.pom>central= |
||||
annotations-13.0.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
919f0dfe192fb4e063e7dacadee7f8bb9a2672a9 |
||||
@ -0,0 +1,139 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project |
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.jetbrains</groupId> |
||||
<artifactId>annotations</artifactId> |
||||
<version>13.0</version> |
||||
<packaging>jar</packaging> |
||||
|
||||
<name>IntelliJ IDEA Annotations</name> |
||||
<description>A set of annotations used for code inspection support and code documentation.</description> |
||||
<url>http://www.jetbrains.org</url> |
||||
|
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
<comments>A business-friendly OSS license</comments> |
||||
</license> |
||||
</licenses> |
||||
|
||||
<scm> |
||||
<url>https://github.com/JetBrains/intellij-community</url> |
||||
<connection>scm:git:https://github.com/JetBrains/intellij-community.git</connection> |
||||
</scm> |
||||
|
||||
<developers> |
||||
<developer> |
||||
<id>JetBrains</id> |
||||
<name>JetBrains Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>http://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
|
||||
<properties> |
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
||||
</properties> |
||||
|
||||
<build> |
||||
<plugins> |
||||
<plugin> |
||||
<artifactId>maven-antrun-plugin</artifactId> |
||||
<version>1.7</version> |
||||
<executions> |
||||
<execution> |
||||
<phase>generate-sources</phase> |
||||
<configuration> |
||||
<tasks> |
||||
<delete dir="${basedir}/src/main/java" /> |
||||
<mkdir dir="${basedir}/src/main/java" /> |
||||
<copy todir="${basedir}/src/main/java"> |
||||
<fileset dir="${basedir}/../../../community/platform/annotations/src" /> |
||||
</copy> |
||||
</tasks> |
||||
</configuration> |
||||
<goals> |
||||
<goal>run</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-source-plugin</artifactId> |
||||
<version>2.1.2</version> |
||||
|
||||
<executions> |
||||
<execution> |
||||
<id>attach-sources</id> |
||||
<goals> |
||||
<goal>jar</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-compiler-plugin</artifactId> |
||||
<version>3.1</version> |
||||
<configuration> |
||||
<source>1.5</source> |
||||
<target>1.5</target> |
||||
</configuration> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<groupId>org.apache.maven.plugins</groupId> |
||||
<artifactId>maven-javadoc-plugin</artifactId> |
||||
<version>2.9.1</version> |
||||
<executions> |
||||
<execution> |
||||
<id>attach-javadocs</id> |
||||
<goals> |
||||
<goal>jar</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
<plugin> |
||||
<artifactId>maven-gpg-plugin</artifactId> |
||||
<version>1.4</version> |
||||
<configuration> |
||||
<keyname>66770193</keyname> |
||||
<homedir>${basedir}/.gnupg</homedir> |
||||
</configuration> |
||||
<executions> |
||||
<execution> |
||||
<id>sign-artifacts</id> |
||||
<phase>verify</phase> |
||||
<goals> |
||||
<goal>sign</goal> |
||||
</goals> |
||||
</execution> |
||||
</executions> |
||||
</plugin> |
||||
|
||||
</plugins> |
||||
</build> |
||||
|
||||
<distributionManagement> |
||||
<repository> |
||||
<id>sonatype-nexus-staging</id> |
||||
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
||||
</repository> |
||||
<snapshotRepository> |
||||
<id>sonatype-nexus-snapshots</id> |
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
||||
</snapshotRepository> |
||||
</distributionManagement> |
||||
|
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
fa7d3d07cc80547e2d15bf4839d3267c637c642f |
||||
@ -0,0 +1,3 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:17:59 CEST 2024 |
||||
annotations-23.0.0.pom>central= |
||||
@ -0,0 +1,30 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains</groupId> |
||||
<artifactId>annotations</artifactId> |
||||
<version>23.0.0</version> |
||||
<name>JetBrains Java Annotations</name> |
||||
<description>A set of annotations used for code inspection support and code documentation.</description> |
||||
<url>https://github.com/JetBrains/java-annotations</url> |
||||
<scm> |
||||
<url>https://github.com/JetBrains/java-annotations</url> |
||||
<connection>scm:git:git://github.com/JetBrains/java-annotations.git</connection> |
||||
<developerConnection>scm:git:ssh://github.com:JetBrains/java-annotations.git</developerConnection> |
||||
</scm> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<id>JetBrains</id> |
||||
<name>JetBrains Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
deb853be3c9e05ed99fbbf83e49d349d08a6d10e |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
exposed-core-0.49.0.pom>central= |
||||
exposed-core-0.49.0.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
6018c3e0394587131a5cd3fac1998edb78321090 |
||||
@ -0,0 +1,61 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<!-- This module was also published with a richer model, Gradle metadata, --> |
||||
<!-- which should be used instead. Do not delete the following line which --> |
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
||||
<!-- that they should prefer consuming it instead. --> |
||||
<!-- do_not_remove: published-with-gradle-metadata --> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.exposed</groupId> |
||||
<artifactId>exposed-core</artifactId> |
||||
<version>0.49.0</version> |
||||
<name>exposed-core</name> |
||||
<description>Exposed, an ORM framework for Kotlin</description> |
||||
<url>https://github.com/JetBrains/Exposed</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<id>JetBrains</id> |
||||
<name>JetBrains Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:git://github.com/JetBrains/Exposed.git</connection> |
||||
<developerConnection>scm:git:git@github.com:JetBrains/Exposed.git</developerConnection> |
||||
<url>https://github.com/JetBrains/Exposed</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-reflect</artifactId> |
||||
<version>1.9.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlinx</groupId> |
||||
<artifactId>kotlinx-coroutines-core-jvm</artifactId> |
||||
<version>1.8.0</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.slf4j</groupId> |
||||
<artifactId>slf4j-api</artifactId> |
||||
<version>2.0.9</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
aba3e602d30b1b8bdc4fd3d4facf46a564eb145c |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
exposed-jdbc-0.49.0.pom>central= |
||||
exposed-jdbc-0.49.0.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
ffd0999fc445e44630b224dd801033d316fec29f |
||||
@ -0,0 +1,49 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<!-- This module was also published with a richer model, Gradle metadata, --> |
||||
<!-- which should be used instead. Do not delete the following line which --> |
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
||||
<!-- that they should prefer consuming it instead. --> |
||||
<!-- do_not_remove: published-with-gradle-metadata --> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.exposed</groupId> |
||||
<artifactId>exposed-jdbc</artifactId> |
||||
<version>0.49.0</version> |
||||
<name>exposed-jdbc</name> |
||||
<description>Exposed, an ORM framework for Kotlin</description> |
||||
<url>https://github.com/JetBrains/Exposed</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<id>JetBrains</id> |
||||
<name>JetBrains Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:git://github.com/JetBrains/Exposed.git</connection> |
||||
<developerConnection>scm:git:git@github.com:JetBrains/Exposed.git</developerConnection> |
||||
<url>https://github.com/JetBrains/Exposed</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.exposed</groupId> |
||||
<artifactId>exposed-core</artifactId> |
||||
<version>0.49.0</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
2a9b8ffcf8db3d0d2461aaf5f30ba6d5eeef5e43 |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
exposed-kotlin-datetime-0.49.0.pom>central= |
||||
exposed-kotlin-datetime-0.49.0.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
f221555fa173c877d7cb9df0e0aaa6a2c0576c62 |
||||
@ -0,0 +1,55 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<!-- This module was also published with a richer model, Gradle metadata, --> |
||||
<!-- which should be used instead. Do not delete the following line which --> |
||||
<!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
||||
<!-- that they should prefer consuming it instead. --> |
||||
<!-- do_not_remove: published-with-gradle-metadata --> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.exposed</groupId> |
||||
<artifactId>exposed-kotlin-datetime</artifactId> |
||||
<version>0.49.0</version> |
||||
<name>exposed-kotlin-datetime</name> |
||||
<description>Exposed, an ORM framework for Kotlin</description> |
||||
<url>https://github.com/JetBrains/Exposed</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache Software License, Version 2.0</name> |
||||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
<distribution>repo</distribution> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<id>JetBrains</id> |
||||
<name>JetBrains Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:git://github.com/JetBrains/Exposed.git</connection> |
||||
<developerConnection>scm:git:git@github.com:JetBrains/Exposed.git</developerConnection> |
||||
<url>https://github.com/JetBrains/Exposed</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.exposed</groupId> |
||||
<artifactId>exposed-core</artifactId> |
||||
<version>0.49.0</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlinx</groupId> |
||||
<artifactId>kotlinx-datetime-jvm</artifactId> |
||||
<version>0.5.0</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
7684b73c1516c572bacc1a6e0fe2596ede50dde8 |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
kotlin-reflect-1.9.21.pom>central= |
||||
kotlin-reflect-1.9.21.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
5570877dec93532519eda165abb3674ea1e07cbc |
||||
@ -0,0 +1,37 @@ |
||||
<?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>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-reflect</artifactId> |
||||
<version>1.9.21</version> |
||||
<name>Kotlin Reflect</name> |
||||
<description>Kotlin Full Reflection Library</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
e0c5f491690e042deabaf03fd6deeb7e8783980a |
||||
@ -0,0 +1,3 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:00 CEST 2024 |
||||
kotlin-stdlib-common-1.8.21.pom>central= |
||||
@ -0,0 +1,28 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-common</artifactId> |
||||
<version>1.8.21</version> |
||||
<name>Kotlin Stdlib Common</name> |
||||
<description>Kotlin Common Standard Library</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
8f1a58d8fd44b0f34359325b9b47c95df2c7ea9e |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
kotlin-stdlib-common-1.9.10.pom>central= |
||||
kotlin-stdlib-common-1.9.10.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
dafaf2c27f27c09220cee312df10917d9a5d97ce |
||||
@ -0,0 +1,28 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-common</artifactId> |
||||
<version>1.9.10</version> |
||||
<name>Kotlin Stdlib Common</name> |
||||
<description>Kotlin Common Standard Library</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
181777fda8a0067c932c3cb27997c6753dcba730 |
||||
@ -0,0 +1,3 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:00 CEST 2024 |
||||
kotlin-stdlib-jdk7-1.8.21.pom>central= |
||||
@ -0,0 +1,36 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk7</artifactId> |
||||
<version>1.8.21</version> |
||||
<name>Kotlin Stdlib Jdk7</name> |
||||
<description>Kotlin Standard Library JDK 7 extension</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.8.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
d23a31049e8289c21e78078e888f3968c82ad0ac |
||||
@ -0,0 +1,3 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:00 CEST 2024 |
||||
kotlin-stdlib-jdk7-1.9.10.pom>central= |
||||
@ -0,0 +1,36 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk7</artifactId> |
||||
<version>1.9.10</version> |
||||
<name>Kotlin Stdlib Jdk7</name> |
||||
<description>Kotlin Standard Library JDK 7 extension</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.10</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
f950735eef8882220e8e37de420ac683e7f0ad20 |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
kotlin-stdlib-jdk7-1.9.23.pom>central= |
||||
kotlin-stdlib-jdk7-1.9.23.jar>central= |
||||
Binary file not shown.
@ -0,0 +1 @@ |
||||
b8eca9abec56bee1d01c788e3d571114416ea56d |
||||
@ -0,0 +1,36 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk7</artifactId> |
||||
<version>1.9.23</version> |
||||
<name>Kotlin Stdlib Jdk7</name> |
||||
<description>Kotlin Standard Library JDK 7 extension</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.23</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
434e2e19a4b031e55eae5a63288f9259c61c765d |
||||
@ -0,0 +1,3 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:00 CEST 2024 |
||||
kotlin-stdlib-jdk8-1.8.21.pom>central= |
||||
@ -0,0 +1,42 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk8</artifactId> |
||||
<version>1.8.21</version> |
||||
<name>Kotlin Stdlib Jdk8</name> |
||||
<description>Kotlin Standard Library JDK 8 extension</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.8.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk7</artifactId> |
||||
<version>1.8.21</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
3e5d957c0d7c874093cdf22483d4fc024476479a |
||||
@ -0,0 +1,3 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:17:59 CEST 2024 |
||||
kotlin-stdlib-jdk8-1.9.10.pom>central= |
||||
@ -0,0 +1,42 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk8</artifactId> |
||||
<version>1.9.10</version> |
||||
<name>Kotlin Stdlib Jdk8</name> |
||||
<description>Kotlin Standard Library JDK 8 extension</description> |
||||
<url>https://kotlinlang.org/</url> |
||||
<licenses> |
||||
<license> |
||||
<name>The Apache License, Version 2.0</name> |
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
||||
</license> |
||||
</licenses> |
||||
<developers> |
||||
<developer> |
||||
<name>Kotlin Team</name> |
||||
<organization>JetBrains</organization> |
||||
<organizationUrl>https://www.jetbrains.com</organizationUrl> |
||||
</developer> |
||||
</developers> |
||||
<scm> |
||||
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection> |
||||
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection> |
||||
<url>https://github.com/JetBrains/kotlin</url> |
||||
</scm> |
||||
<dependencies> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib</artifactId> |
||||
<version>1.9.10</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
<dependency> |
||||
<groupId>org.jetbrains.kotlin</groupId> |
||||
<artifactId>kotlin-stdlib-jdk7</artifactId> |
||||
<version>1.9.10</version> |
||||
<scope>compile</scope> |
||||
</dependency> |
||||
</dependencies> |
||||
</project> |
||||
@ -0,0 +1 @@ |
||||
47f81bffe293f0a88443df19c5b55eb673770e99 |
||||
@ -0,0 +1,4 @@ |
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. |
||||
#Mon May 13 12:18:02 CEST 2024 |
||||
kotlin-stdlib-jdk8-1.9.23.pom>central= |
||||
kotlin-stdlib-jdk8-1.9.23.jar>central= |
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue