Skip to content

Commit 41482eb

Browse files
committed
Update pom.xml
1 parent 0422934 commit 41482eb

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<url>https://download.eclipse.org/technology/babel/update-site/latest/</url>
101101
</repository>
102102
</repositories>
103-
<build>
104-
<plugins>
103+
<build>
104+
<plugins>
105105
<plugin>
106106
<groupId>org.codehaus.mojo</groupId>
107107
<artifactId>license-maven-plugin</artifactId>
@@ -126,7 +126,7 @@
126126
<phase>process-sources-off</phase>
127127
</execution>
128128
</executions>
129-
</plugin>
129+
</plugin>
130130
<plugin>
131131
<groupId>org.eclipse.tycho</groupId>
132132
<artifactId>tycho-maven-plugin</artifactId>
@@ -172,6 +172,11 @@
172172
<id>org.eclipse.rcp</id>
173173
<versionRange>0.0.0</versionRange>
174174
</requirement>
175+
<requirement>
176+
<type>eclipse-plugin</type>
177+
<id>org.bouncycastle.bcutil</id>
178+
<versionRange>[1.81.0,1.82.0)</versionRange>
179+
</requirement>
175180
</extraRequirements>
176181
</dependency-resolution>
177182
<environments>
@@ -458,3 +463,4 @@
458463
</profile>
459464
</profiles>
460465
</project>
466+

0 commit comments

Comments
 (0)