Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSDEV-259: core dependencies switched to jitpack-ed versions #68

Merged
65 changes: 11 additions & 54 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<artifactId>researchspace</artifactId>
<groupId>com.github.rspace-os</groupId>
<packaging>war</packaging>

<version>2.0.1-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
<version>2.1.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
<name>ResearchSpace</name>
<url>http://www.researchspace.com</url>

<parent>
<artifactId>rspace-parent</artifactId>
<groupId>com.github.rspace-os</groupId>
Expand Down Expand Up @@ -44,6 +44,7 @@
</snapshots>
</repository>
</repositories>

<build>
<defaultGoal>install</defaultGoal>
<finalName>${artifactName}</finalName>
Expand Down Expand Up @@ -661,14 +662,8 @@
<dependency>
<groupId>com.github.rspace-os</groupId>
<artifactId>rspace-test-util</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -696,7 +691,7 @@
<dependency>
<groupId>com.github.rspace-os</groupId>
<artifactId>rspace-audit</artifactId>
<version>0.14.0</version>
<version>0.14.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -1515,33 +1510,7 @@
<dependency>
<groupId>com.github.rspace-os</groupId>
<artifactId>rspace-repository-spi</artifactId>
<version>1.0.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.github.rspace-os</groupId>
Expand All @@ -1550,7 +1519,7 @@
<exclusions>
<exclusion>
<groupId>com.github.rspace-os</groupId>
<artifactId>repository-spi</artifactId>
<artifactId>rspace-repository-spi</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.rspace-os</groupId>
Expand Down Expand Up @@ -1743,7 +1712,7 @@
<dependency>
<groupId>com.github.rspace-os</groupId>
<artifactId>rspace-core-util</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -1916,7 +1885,7 @@
<exclusions>
<exclusion>
<groupId>com.github.rspace-os</groupId>
<artifactId>repository-spi</artifactId>
<artifactId>rspace-repository-spi</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.rspace-os</groupId>
Expand Down Expand Up @@ -2175,24 +2144,12 @@
<dependency>
<groupId>com.github.rspace-os</groupId>
<artifactId>rspace-evernote-parser</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down Expand Up @@ -3037,7 +2994,7 @@
<jstl.version>1.1.2</jstl.version>
<lucene.version>5.5.5</lucene.version>
<netty.version>4.1.63.Final</netty.version>
<rspace-core-model.version>2.1.0-SNAPSHOT</rspace-core-model.version>
<rspace-core-model.version>2.1.0</rspace-core-model.version>
<servlet.version>3.1.0</servlet.version>
<sitemesh.version>2.4.2</sitemesh.version>
<urlrewrite.version>4.0.3</urlrewrite.version>
Expand Down
Loading