Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicusX committed Oct 28, 2024
1 parent ee8d57b commit 7d38fa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flink-connector-prometheus-request-signer-amp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ under the License.
<scope>test</scope>
</dependency>

<!-- ArchUit test dependencies -->
<!-- ArchUnit test dependencies -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ under the License.
<scope>test</scope>
</dependency>

<!-- ArchUit test dependencies -->
<!-- ArchUnit test dependencies -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ under the License.
<scope>import</scope>
</dependency>

<!-- ArchUit test dependencies -->
<!-- ArchUnit test dependencies -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests-test</artifactId>
Expand Down

0 comments on commit 7d38fa6

Please sign in to comment.