Removing dependency injection

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@130966 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-08-04 12:22:48 +00:00
parent 21a1dcf4b7
commit 2b3b109ca1
3 changed files with 2 additions and 14 deletions

12
pom.xml
View File

@ -103,18 +103,6 @@
<version>2.23.1</version>
</dependency>
<!--
<dependency>
<groupId>org.glassfish.jersey.containers.glassfish</groupId>
<artifactId>jersey-gf-cdi</artifactId>
<version>2.14</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>1.1</version>
</dependency>
-->
<!--
<dependency>
<groupId>org.glassfish.jersey.core</groupId>

View File

@ -25,7 +25,7 @@ no. 654119), SoBigData (grant no. 654024);
Version
--------------------------------------------------
1.0.0-SNAPSHOT (2016-08-04)
1.0.0-SNAPSHOT (${maven.build.timestamp})
Please see the file named "changelog.xml" in this directory for the release notes.

View File

@ -1,5 +1,5 @@
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry.1-0-0" date="2016-08-04">
<Changeset component="org.gcube.information-system.resource-registry.1-0-0" date="${maven.build.timestamp}">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>