Skip to content

Commit f83ca73

Browse files
committed
maven artifactId jooby-caffeine-cache missing, it is jooby-caffeine fix #754
1 parent bfb7a9d commit f83ca73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md/doc/caffeine/caffeine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Provides cache solution and session storage via: <a href="https://github.com/ben
1111
```xml
1212
<dependency>
1313
<groupId>org.jooby</groupId>
14-
<artifactId>jooby-caffeine-cache</artifactId>
14+
<artifactId>jooby-caffeine</artifactId>
1515
<version>{{version}}</version>
1616
</dependency>
1717
```

0 commit comments

Comments
 (0)