Skip to content

Commit bef19f7

Browse files
committed
chore: remove travis, update readme
1 parent 1e3e150 commit bef19f7

File tree

3 files changed

+11
-25
lines changed

3 files changed

+11
-25
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# kotlin-spring-boot-rest-jpa-jwt-starter
22

3-
[![Build Status](https://api.travis-ci.com/osahner/kotlin-spring-boot-rest-jpa-jwt-starter.svg?branch=main)](https://app.travis-ci.com/github/osahner/kotlin-spring-boot-rest-jpa-jwt-starter)
4-
[![codecov](https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/main/graph/badge.svg)](https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/main/)
3+
[![Build Status](https://api.travis-ci.com/osahner/kotlin-spring-boot-rest-jpa-jwt-starter.svg?branch=develop)](https://app.travis-ci.com/github/osahner/kotlin-spring-boot-rest-jpa-jwt-starter)
4+
[![codecov](https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/develop/graph/badge.svg)](https://codecov.io/gh/osahner/kotlin-spring-boot-rest-jpa-jwt-starter/branch/develop/)
55

66

77
**Features**:
88
* spring-boot 3.0.x
9-
* kotlin 1.7.x
9+
* kotlin 1.8.x
1010
* JWT Authentication/Authorization with spring-security [inspired by Auth0](https://auth0.com/blog/implementing-jwt-authentication-on-spring-boot/)
11+
* 2FA with TOTP (Google Authenticator)
1112
* JPA mysql / OpenCVS / POI
12-
* Travis CI / codecov
1313

1414
### Install & play
1515

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>osahner</groupId>
1313
<artifactId>kotlin-spring-boot-rest-jpa-jwt-starter</artifactId>
14-
<version>0.9.2-SNAPSHOT</version>
14+
<version>0.10.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>kotlin spring-boot 2 rest/jpa/jwt starter</name>
@@ -73,12 +73,6 @@
7373
<version>${kotlin.version}</version>
7474
</dependency>
7575

76-
<dependency>
77-
<groupId>org.jboss.aerogear</groupId>
78-
<artifactId>aerogear-otp-java</artifactId>
79-
<version>${aerogear-otp-java.version}</version>
80-
</dependency>
81-
8276
<dependency>
8377
<groupId>io.jsonwebtoken</groupId>
8478
<artifactId>jjwt-api</artifactId>
@@ -97,6 +91,12 @@
9791
<scope>runtime</scope>
9892
</dependency>
9993

94+
<dependency>
95+
<groupId>org.jboss.aerogear</groupId>
96+
<artifactId>aerogear-otp-java</artifactId>
97+
<version>${aerogear-otp-java.version}</version>
98+
</dependency>
99+
100100
<dependency>
101101
<groupId>com.fasterxml.jackson.module</groupId>
102102
<artifactId>jackson-module-kotlin</artifactId>

0 commit comments

Comments
 (0)