This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 5f6d099 SLING-11309: update to parent 47
5f6d099 is described below
commit 5f6d099ccf8c5d48580899356afa9dc20fd2ed29
Author: Ashok Pelluru <[email protected]>
AuthorDate: Mon May 9 14:51:54 2022 +0200
SLING-11309: update to parent 47
---
pom.xml | 8 ++++++--
.../apache/sling/commons/testing/osgi/MockServiceReference.java | 5 +++++
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index da7b57c..e4f4920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>30</version>
+ <version>47</version>
<relativePath />
</parent>
@@ -37,7 +37,8 @@
</description>
<properties>
- <jackrabbit.version>2.14.2</jackrabbit.version>
+ <project.build.outputTimestamp>1</project.build.outputTimestamp>
+ <jackrabbit.version>2.14.3</jackrabbit.version>
</properties>
<scm>
@@ -54,10 +55,12 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
+ <version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.cmpn</artifactId>
+ <version>7.0.0</version>
</dependency>
<!--
@@ -161,6 +164,7 @@
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
+ <version>2.12.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git
a/src/main/java/org/apache/sling/commons/testing/osgi/MockServiceReference.java
b/src/main/java/org/apache/sling/commons/testing/osgi/MockServiceReference.java
index 5439b50..b527d62 100644
---
a/src/main/java/org/apache/sling/commons/testing/osgi/MockServiceReference.java
+++
b/src/main/java/org/apache/sling/commons/testing/osgi/MockServiceReference.java
@@ -70,4 +70,9 @@ public class MockServiceReference implements ServiceReference
{
return 0;
}
+ @Override
+ public Dictionary<String, Object> getProperties() {
+ return props;
+ }
+
}
\ No newline at end of file