Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Nov 17, 2023
1 parent 22d2b91 commit 9a5c67f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2020 Lars Grefer
Copyright (c) 2016-2023 Lars Grefer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@

## Available Starters

- `okhttp3-spring-boot-starter`
- `okhttp-spring-boot-starter` (Alias for `okhttp3-spring-boot-starter`)
- `okhttp4-spring-boot-starter`
- `okhttp5-spring-boot-starter`
- `okhttp-spring-boot-starter` (Alias for `okhttp4-spring-boot-starter`)

## Using Gradle
```gradle
dependencies {
compile "io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:$version"
compile "io.freefair.okhttp-spring-boot:okhttp-spring-boot-starter:$version"
}
```
## Using Maven
Expand Down
1 change: 0 additions & 1 deletion okhttp-spring-boot-autoconfigure/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion starters/okhttp-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ apply plugin: "java-library"
description = "OkHttp Spring Boot Starter"

dependencies {
api platform(project(":okhttp-spring-boot-dependencies"))
api project(':starters:okhttp4-spring-boot-starter')
}

0 comments on commit 9a5c67f

Please sign in to comment.