aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources/META-INF/persistence.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-core/src/main/resources/META-INF/persistence.xml')
-rw-r--r--sonar-core/src/main/resources/META-INF/persistence.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/META-INF/persistence.xml b/sonar-core/src/main/resources/META-INF/persistence.xml
index ffe8c102dd7..0cf0c2f31c8 100644
--- a/sonar-core/src/main/resources/META-INF/persistence.xml
+++ b/sonar-core/src/main/resources/META-INF/persistence.xml
@@ -30,7 +30,6 @@
<class>org.sonar.api.profiles.Alert</class>
<class>org.sonar.api.rules.ActiveRuleChange</class>
<class>org.sonar.api.rules.ActiveRuleParamChange</class>
- <class>org.sonar.core.notification.NotificationQueueElement</class>
<properties>
<property name="hibernate.current_session_context_class" value="thread"/>
@@ -46,4 +45,4 @@
<property name="hibernate.cache.use_query_cache" value="false"/>
</properties>
</persistence-unit>
-</persistence> \ No newline at end of file
+</persistence>