Skip to content

Commit

Permalink
update to parent 49
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Aug 22, 2022
1 parent 67dc86e commit 0d65068
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
<version>48</version>
<version>49</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -65,6 +65,11 @@
<artifactId>org.osgi.annotation.versioning</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down

0 comments on commit 0d65068

Please sign in to comment.