Skip to content

Commit

Permalink
UBO-96 Added dependency to org.mycore:mycore-orcid2
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Apr 27, 2023
1 parent 09d1ec4 commit 059ddff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-orcid2</artifactId>
<version>${mycore.version}</version>
</dependency>
<dependency>
<groupId>org.mycore.ubo</groupId>
<artifactId>ubo-cli</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions ubo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@
<groupId>org.mycore</groupId>
<artifactId>mycore-orcid</artifactId>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-orcid2</artifactId>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-solr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ubo-common/src/main/resources/META-INF/web-fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<!-- TODO only for testing -->
<servlet id="OAuthServlet2">
<servlet-name>OAuthServlet2</servlet-name>
<servlet-class>org.mycore.orcid.oauth.MCROAuthServlet</servlet-class>
<servlet-class>org.mycore.orcid2.auth.MCRORCIDOAuthServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>OAuthServlet2</servlet-name>
Expand Down

0 comments on commit 059ddff

Please sign in to comment.