Skip to content

Commit

Permalink
Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpbauer committed Aug 26, 2022
1 parent 5bf592c commit 73bf597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-kernel-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>attendance</artifactId>

<packaging>pom</packaging>

<parent>
<groupId>org.sakaiproject</groupId>
<artifactId>master</artifactId>
Expand Down Expand Up @@ -68,12 +68,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.attendance</groupId>
<artifactId>attendance-impl</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

<!-- third party dependencies -->
<dependency>
Expand Down

0 comments on commit 73bf597

Please sign in to comment.