diff --git a/README.md b/README.md index 4bdfc46816..508f8dc2af 100644 --- a/README.md +++ b/README.md @@ -33,20 +33,6 @@ Similar to our mascot, Exposed can be used to mimic a variety of database engine Releases of Exposed are available in the Maven Central repository. You can declare this repository in your build script as follows: -#### Maven - -```xml - - - - - mavenCentral - mavenCentral - https://repo1.maven.org/maven2/ - - -``` - #### Gradle Groovy and Kotlin DSL **Warning:** You might need to set your Kotlin JVM target to 8, and when using Spring to 17, in order for this to work properly: @@ -59,6 +45,10 @@ repositories { } ``` +#### Maven + +The Maven Central repository is enabled by default for Maven users. + ### Exposed modules `Exposed` consists of the following modules: diff --git a/documentation-website/Writerside/topics/Getting-Started.md b/documentation-website/Writerside/topics/Getting-Started.md index 8b3c36b2c5..6ffa5db0db 100644 --- a/documentation-website/Writerside/topics/Getting-Started.md +++ b/documentation-website/Writerside/topics/Getting-Started.md @@ -6,29 +6,30 @@ - - mavenCentral - mavenCentral - https://repo1.maven.org/maven2/ - - + + + + org.jetbrains.exposed + exposed-bom + 0.48.0 + pom + import + + + org.jetbrains.exposed exposed-core - 0.48.0 org.jetbrains.exposed exposed-dao - 0.48.0 org.jetbrains.exposed exposed-jdbc - 0.48.0 ]]> diff --git a/documentation-website/Writerside/topics/Modules-Documentation.md b/documentation-website/Writerside/topics/Modules-Documentation.md index 64de0eb032..6f0fc3c3b4 100644 --- a/documentation-website/Writerside/topics/Modules-Documentation.md +++ b/documentation-website/Writerside/topics/Modules-Documentation.md @@ -14,15 +14,7 @@ To use them you have to add appropriate dependency into your repositories mappin - - <repositories> - <repository> - <id>mavenCentral</id> - <name>mavenCentral</name> - <url>https://repo1.maven.org/maven2/</url> - </repository> - </repositories> - + The Maven Central repository is enabled by default for Maven users. diff --git a/exposed-bom/README.md b/exposed-bom/README.md index 2fc92ff7f0..e5dd3958e6 100644 --- a/exposed-bom/README.md +++ b/exposed-bom/README.md @@ -3,15 +3,6 @@ Bill of Materials for all Exposed modules # Maven ```xml - - - - mavenCentral - mavenCentral - https://repo1.maven.org/maven2/ - - - @@ -28,17 +19,14 @@ Bill of Materials for all Exposed modules org.jetbrains.exposed exposed-core - provided org.jetbrains.exposed exposed-dao - provided org.jetbrains.exposed exposed-jdbc - provided ``` diff --git a/exposed-spring-boot-starter/README.md b/exposed-spring-boot-starter/README.md index 0f21f74206..713b0a228e 100644 --- a/exposed-spring-boot-starter/README.md +++ b/exposed-spring-boot-starter/README.md @@ -6,14 +6,6 @@ This is a starter for [Spring Boot](https://spring.io/projects/spring-boot) to u This starter will give you the latest version of [Exposed](https://github.com/JetBrains/Exposed) and its `spring-transaction` library along with the [Spring Boot Starter Data JDBC](https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jdbc). ### Maven ```mxml - - - mavenCentral - mavenCentral - https://repo1.maven.org/maven2/ - - - org.jetbrains.exposed