Skip to content

Commit

Permalink
#1 align version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Nov 13, 2019
1 parent 080884e commit 244e9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<!-- <exclusions> <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId>
</exclusion> </exclusions> -->
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -37,8 +35,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-envers</artifactId>
<version>${hibernate.version}</version>
<!-- <exclusions> <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId>
</exclusion> </exclusions> -->
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -90,7 +86,6 @@
<artifactId>dom4j</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<!-- Plugin required to build java classes from XSD using XJC -->
Expand Down Expand Up @@ -281,8 +276,6 @@
</execution>
</executions>
</plugin>


</plugins>
</build>
</project>
3 changes: 3 additions & 0 deletions emc-metalnx-core/src/test/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

0 comments on commit 244e9ad

Please sign in to comment.