| | |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>42.7.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testng</groupId> |
| | | <artifactId>testng</artifactId> |
| | | <scope>test</scope> |
| | |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>cassandra</artifactId> |
| | | <version>1.19.0</version> |
| | | <version>1.20.4</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.testcontainers</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | <version>1.20.4</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | |
| | | </executions> |
| | | </plugin> |
| | | |
| | | <!-- Build javadoc --> |
| | | <plugin> |
| | | <groupId>org.openidentityplatform.maven.plugins</groupId> |
| | | <artifactId>javadoc-updater-maven-plugin</artifactId> |
| | | <version>1.0.0</version> |
| | | <executions> |
| | | <execution> |
| | | <phase>site</phase> |
| | | <goals> |
| | | <goal>fixjavadoc</goal> |
| | | </goals> |
| | | <configuration> |
| | | <directory>${project.build.directory}/site/javadoc</directory> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | |
| | | <!-- Release project --> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |