Skip to content

Commit 2b0b2d8

Browse files
authored
RSDEV-259: core dependencies switched to jitpack-ed versions (#68)
- switch multiple rspace-os dependencies to latest (jitpacked) version - bump version number to 2.1.0-SNAPSHOT
1 parent 4b96509 commit 2b0b2d8

File tree

1 file changed

+11
-54
lines changed

1 file changed

+11
-54
lines changed

pom.xml

+11-54
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<artifactId>researchspace</artifactId>
88
<groupId>com.github.rspace-os</groupId>
99
<packaging>war</packaging>
10-
11-
<version>2.0.1-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
10+
<version>2.1.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
1211
<name>ResearchSpace</name>
1312
<url>http://www.researchspace.com</url>
13+
1414
<parent>
1515
<artifactId>rspace-parent</artifactId>
1616
<groupId>com.github.rspace-os</groupId>
@@ -44,6 +44,7 @@
4444
</snapshots>
4545
</repository>
4646
</repositories>
47+
4748
<build>
4849
<defaultGoal>install</defaultGoal>
4950
<finalName>${artifactName}</finalName>
@@ -661,14 +662,8 @@
661662
<dependency>
662663
<groupId>com.github.rspace-os</groupId>
663664
<artifactId>rspace-test-util</artifactId>
664-
<version>2.0.2</version>
665+
<version>2.0.3</version>
665666
<scope>test</scope>
666-
<exclusions>
667-
<exclusion>
668-
<groupId>commons-io</groupId>
669-
<artifactId>commons-io</artifactId>
670-
</exclusion>
671-
</exclusions>
672667
</dependency>
673668
<dependency>
674669
<groupId>commons-codec</groupId>
@@ -696,7 +691,7 @@
696691
<dependency>
697692
<groupId>com.github.rspace-os</groupId>
698693
<artifactId>rspace-audit</artifactId>
699-
<version>0.14.0</version>
694+
<version>0.14.1</version>
700695
<exclusions>
701696
<exclusion>
702697
<groupId>org.apache.commons</groupId>
@@ -1515,33 +1510,7 @@
15151510
<dependency>
15161511
<groupId>com.github.rspace-os</groupId>
15171512
<artifactId>rspace-repository-spi</artifactId>
1518-
<version>1.0.0</version>
1519-
<exclusions>
1520-
<exclusion>
1521-
<groupId>log4j</groupId>
1522-
<artifactId>log4j</artifactId>
1523-
</exclusion>
1524-
<exclusion>
1525-
<groupId>org.slf4j</groupId>
1526-
<artifactId>slf4j-log4j12</artifactId>
1527-
</exclusion>
1528-
<exclusion>
1529-
<groupId>com.fasterxml.jackson.core</groupId>
1530-
<artifactId>jackson-databind</artifactId>
1531-
</exclusion>
1532-
<exclusion>
1533-
<groupId>com.fasterxml.jackson.core</groupId>
1534-
<artifactId>jackson-annotations</artifactId>
1535-
</exclusion>
1536-
<exclusion>
1537-
<groupId>com.fasterxml.jackson.core</groupId>
1538-
<artifactId>jackson-core</artifactId>
1539-
</exclusion>
1540-
<exclusion>
1541-
<groupId>commons-io</groupId>
1542-
<artifactId>commons-io</artifactId>
1543-
</exclusion>
1544-
</exclusions>
1513+
<version>1.0.1</version>
15451514
</dependency>
15461515
<dependency>
15471516
<groupId>com.github.rspace-os</groupId>
@@ -1550,7 +1519,7 @@
15501519
<exclusions>
15511520
<exclusion>
15521521
<groupId>com.github.rspace-os</groupId>
1553-
<artifactId>repository-spi</artifactId>
1522+
<artifactId>rspace-repository-spi</artifactId>
15541523
</exclusion>
15551524
<exclusion>
15561525
<groupId>com.github.rspace-os</groupId>
@@ -1743,7 +1712,7 @@
17431712
<dependency>
17441713
<groupId>com.github.rspace-os</groupId>
17451714
<artifactId>rspace-core-util</artifactId>
1746-
<version>1.0.0</version>
1715+
<version>1.0.1</version>
17471716
<exclusions>
17481717
<exclusion>
17491718
<groupId>commons-io</groupId>
@@ -1916,7 +1885,7 @@
19161885
<exclusions>
19171886
<exclusion>
19181887
<groupId>com.github.rspace-os</groupId>
1919-
<artifactId>repository-spi</artifactId>
1888+
<artifactId>rspace-repository-spi</artifactId>
19201889
</exclusion>
19211890
<exclusion>
19221891
<groupId>com.github.rspace-os</groupId>
@@ -2175,24 +2144,12 @@
21752144
<dependency>
21762145
<groupId>com.github.rspace-os</groupId>
21772146
<artifactId>rspace-evernote-parser</artifactId>
2178-
<version>1.1.1</version>
2147+
<version>1.1.2</version>
21792148
<exclusions>
2180-
<exclusion>
2181-
<groupId>log4j</groupId>
2182-
<artifactId>log4j</artifactId>
2183-
</exclusion>
2184-
<exclusion>
2185-
<groupId>org.slf4j</groupId>
2186-
<artifactId>slf4j-log4j12</artifactId>
2187-
</exclusion>
21882149
<exclusion>
21892150
<groupId>org.apache.commons</groupId>
21902151
<artifactId>commons-collections4</artifactId>
21912152
</exclusion>
2192-
<exclusion>
2193-
<groupId>commons-io</groupId>
2194-
<artifactId>commons-io</artifactId>
2195-
</exclusion>
21962153
<exclusion>
21972154
<groupId>commons-codec</groupId>
21982155
<artifactId>commons-codec</artifactId>
@@ -3037,7 +2994,7 @@
30372994
<jstl.version>1.1.2</jstl.version>
30382995
<lucene.version>5.5.5</lucene.version>
30392996
<netty.version>4.1.63.Final</netty.version>
3040-
<rspace-core-model.version>2.1.0-SNAPSHOT</rspace-core-model.version>
2997+
<rspace-core-model.version>2.1.0</rspace-core-model.version>
30412998
<servlet.version>3.1.0</servlet.version>
30422999
<sitemesh.version>2.4.2</sitemesh.version>
30433000
<urlrewrite.version>4.0.3</urlrewrite.version>

0 commit comments

Comments
 (0)