Skip to content

Commit c566e1d

Browse files
committed
Remove the dependencies on the Wildfly module javax.jcr and includes it in the rar
1 parent ce912cf commit c566e1d

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

pom.xml

+5-15
Original file line numberDiff line numberDiff line change
@@ -97,24 +97,14 @@
9797
</plugin>
9898
</plugins>
9999
</pluginManagement>
100-
<plugins>
101-
<plugin>
102-
<groupId>org.apache.maven.plugins</groupId>
103-
<artifactId>maven-rar-plugin</artifactId>
104-
<version>2.4</version>
105-
<configuration>
106-
<archive>
107-
<index>true</index>
108-
<manifestEntries>
109-
<Dependencies>javax.jcr export, org.slf4j</Dependencies>
110-
</manifestEntries>
111-
</archive>
112-
</configuration>
113-
</plugin>
114-
</plugins>
115100
</build>
116101

117102
<dependencies>
103+
<dependency>
104+
<groupId>javax.jcr</groupId>
105+
<artifactId>jcr</artifactId>
106+
<version>2.0</version>
107+
</dependency>
118108
<dependency>
119109
<groupId>org.silverpeas.jcr</groupId>
120110
<artifactId>access-control</artifactId>

0 commit comments

Comments
 (0)