We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce912cf commit c566e1dCopy full SHA for c566e1d
pom.xml
@@ -97,24 +97,14 @@
97
</plugin>
98
</plugins>
99
</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>
115
</build>
116
117
<dependencies>
+ <dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ <version>2.0</version>
+ </dependency>
118
<dependency>
119
<groupId>org.silverpeas.jcr</groupId>
120
<artifactId>access-control</artifactId>
0 commit comments