Skip to content

Commit

Permalink
Fixes a few maven issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandrewcope committed Sep 28, 2017
1 parent 0f7b0ca commit d457e96
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -1481,7 +1481,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<version>3.0.2</version>
<executions>
<execution>
<id>analyze</id>
Expand Down
4 changes: 4 additions & 0 deletions infra/ws-util/pom.xml
Expand Up @@ -61,6 +61,10 @@
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
<artifactId>wss4j-ws-security-dom</artifactId>
</dependency>
<dependency>
<!-- NOT needed specifically for this module. But it will be needed for any
dependent module that generates the classes. -->
Expand Down
4 changes: 4 additions & 0 deletions repo/task-quartz-impl/pom.xml
Expand Up @@ -101,6 +101,10 @@
<groupId>org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
<!-- this one is needed to get SQL configuration from the repository -->
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/repo-ninja/pom.xml
Expand Up @@ -157,7 +157,7 @@
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
Expand Down

0 comments on commit d457e96

Please sign in to comment.