Skip to content

Commit 99750b2

Browse files
committed
Completed renaming of Inject
Missed a few dependencies
1 parent 1445a8c commit 99750b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/org.restlet.example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</dependency>
4747
<dependency>
4848
<groupId>org.restlet</groupId>
49-
<artifactId>org.restlet.ext.inject</artifactId>
49+
<artifactId>org.restlet.ext.guice</artifactId>
5050
<version>${project.version}</version>
5151
</dependency>
5252
<dependency>

modules/org.restlet.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</dependency>
6060
<dependency>
6161
<groupId>org.restlet</groupId>
62-
<artifactId>org.restlet.ext.inject</artifactId>
62+
<artifactId>org.restlet.ext.guice</artifactId>
6363
<version>${project.version}</version>
6464
</dependency>
6565
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
<module>modules/org.restlet.ext.freemarker</module>
103103
<module>modules/org.restlet.ext.gae</module>
104104
<module>modules/org.restlet.ext.gson</module>
105+
<module>modules/org.restlet.ext.guice</module>
105106
<module>modules/org.restlet.ext.gwt</module>
106107
<module>modules/org.restlet.ext.html</module>
107108
<module>modules/org.restlet.ext.httpclient</module>
108-
<module>modules/org.restlet.ext.inject</module>
109109
<module>modules/org.restlet.ext.jaas</module>
110110
<module>modules/org.restlet.ext.jackson</module>
111111
<module>modules/org.restlet.ext.jaxb</module>
@@ -134,10 +134,10 @@
134134
<module>modules/org.restlet.ext.freemarker</module>
135135
<module>modules/org.restlet.ext.gae</module>
136136
<module>modules/org.restlet.ext.gson</module>
137+
<module>modules/org.restlet.ext.guice</module>
137138
<module>modules/org.restlet.ext.gwt</module>
138139
<module>modules/org.restlet.ext.html</module>
139140
<module>modules/org.restlet.ext.httpclient</module>
140-
<module>modules/org.restlet.ext.inject</module>
141141
<module>modules/org.restlet.ext.jaas</module>
142142
<module>modules/org.restlet.ext.jackson</module>
143143
<module>modules/org.restlet.ext.jaxb</module>

0 commit comments

Comments
 (0)