Skip to content

Commit

Permalink
[#1802] Switch pax-web-runtime from javax to jakarta
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed Jun 13, 2023
1 parent 9cfa53d commit 567ebc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,18 @@
<artifactId>org.osgi.service.cdi</artifactId>
<version>${dependency.org.osgi.service.cdi}</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.cm</artifactId>
<version>${dependency.org.osgi.service.cm}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.event</artifactId>
<version>${dependency.org.osgi.service.event}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.http</artifactId>
Expand Down

0 comments on commit 567ebc7

Please sign in to comment.