Skip to content

Commit

Permalink
remove dependency scala-xml_2.11 (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 18, 2023
1 parent 7130732 commit d71d131
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -174,7 +174,6 @@
<rocketmq.version>5.0.2</rocketmq.version>
<quartz.version>2.3.2</quartz.version>
<scala-lang.version>2.13.10</scala-lang.version>
<scala-lang-xml.version>1.0.5</scala-lang-xml.version>
<scala-parser-combinators.version>1.1.1</scala-parser-combinators.version>
<slack-api.version>1.4.0</slack-api.version>
<xerces.version>2.12.2</xerces.version>
Expand Down Expand Up @@ -1014,12 +1013,6 @@
<artifactId>proton-j</artifactId>
<version>${proton-j.version}</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_2.11</artifactId>
<version>${scala-lang-xml.version}</version>
<scope>test</scope>
</dependency>
<!-- External Connect dependencies -->
<dependency>
<groupId>com.google.j2objc</groupId>
Expand Down
Expand Up @@ -90,11 +90,6 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_2.11</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d71d131

Please sign in to comment.