Skip to content

Commit

Permalink
Merge pull request #68 from gemini-hlsw/fix-logging
Browse files Browse the repository at this point in the history
Fix logging on the distribution file
  • Loading branch information
cquiroz authored Dec 12, 2023
2 parents bec1772 + c08b226 commit 904e724
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
</properties>

<dependencies>
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-service</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>edu.gemini.aspen</groupId>
<artifactId>giapi-fileevents</artifactId>
Expand Down
1 change: 0 additions & 1 deletion distribution/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<include>org.ops4j.pax.logging:*</include>
<include>org.apache.felix:*</include>
<include>org.ops4j.pax.web:*</include>
<include>edu.gemini.external.osgi.org.eclipse.jdt.core.compiler:*</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 904e724

Please sign in to comment.