| 12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>io.quarkus</groupId>
- <artifactId>benchmark</artifactId>
- <version>1.0-SNAPSHOT</version>
- <relativePath>../</relativePath>
- </parent>
- <groupId>io.quarkus.benchmark</groupId>
- <artifactId>pgclient</artifactId>
- <dependencies>
- <dependency>
- <groupId>io.quarkus.benchmark</groupId>
- <artifactId>base</artifactId>
- </dependency>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-reactive-pg-client</artifactId>
- </dependency>
- </dependencies>
- </project>
|