Skip to content

Commit

Permalink
[INLONG-11608][Manager] Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Dec 17, 2024
1 parent 490615a commit 7ede48a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions inlong-audit/audit-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>jconsole</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
8 changes: 0 additions & 8 deletions inlong-manager/manager-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun</groupId>
<artifactId>jconsole</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ private void prepareGroupId(String groupId) {
request.setVersion(InlongConstants.INITIAL_VERSION);
request.setName("test_group_name");
request.setMqType(ClusterType.PULSAR);
request.setInCharges(TEST_CREATOR);
request.setInCharges(GLOBAL_OPERATOR);
List<InlongGroupExtInfo> extList = new ArrayList<>();
InlongGroupExtInfo ext1 = InlongGroupExtInfo
.builder()
Expand Down

0 comments on commit 7ede48a

Please sign in to comment.