Skip to content

Commit 5419f40

Browse files
Removed Translation API dependency and updated embedded dependency part
1 parent 880608b commit 5419f40

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- Import any version of javax.inject, to allow running on multiple versions of AEM -->
4343
<Import-Package>javax.inject;version=0.0.0,*</Import-Package>
4444
<Export-Package>
45-
com.adobe.granite.translation.connector.bootstrap.core
45+
com.adobe.granite.translation.connector.bootstrap.*
4646
</Export-Package>
4747
<Sling-Model-Packages>
4848
com.adobe.granite.translation.connector.bootstrap.ui.models
@@ -80,11 +80,6 @@
8080
<groupId>javax.servlet</groupId>
8181
<artifactId>servlet-api</artifactId>
8282
</dependency>
83-
<dependency>
84-
<groupId>com.adobe.granite</groupId>
85-
<artifactId>com.adobe.granite.translation.api</artifactId>
86-
<version>1.2.2</version>
87-
</dependency>
8883
<dependency>
8984
<groupId>com.adobe.aem</groupId>
9085
<artifactId>uber-jar</artifactId>

0 commit comments

Comments
 (0)