Skip to content

Commit

Permalink
Merge pull request #74 from robcalla/master
Browse files Browse the repository at this point in the history
ckan client proxy fix
  • Loading branch information
robcalla authored Aug 27, 2020
2 parents 10116ab + a0e7935 commit cd09086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Idra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
<dependency>
<groupId>com.github.OPSILab</groupId>
<artifactId>CKANClient-J</artifactId>
<version>v0.7</version>
<version>v0.8</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
Expand Down
2 changes: 1 addition & 1 deletion Idra/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!-- </Logger> -->
<Root level="INFO">
<AppenderRef ref="STDOUT" />
<appender-ref ref="databaseAppender" />
<!-- <appender-ref ref="databaseAppender" /> -->
<!-- <AppenderRef ref="jpaAppender"/> -->
</Root>
</Loggers>
Expand Down

0 comments on commit cd09086

Please sign in to comment.